# How To Guides

- [Passwordless Database Access](https://docs.bastionzero.com/docs/how-to-guides/passwordless-database-access.md): Step-by-step guides for configuring passwordless database access
- [Passwordless Access to MySQL and Postgres on GCP Cloud SQL](https://docs.bastionzero.com/docs/how-to-guides/passwordless-database-access/passwordless-access-to-mysql-and-postgres-on-gcp-cloud-sql.md): This guide demonstrates how to secure a MySQL or PostgresSQL database on GCP Cloud SQL with passwordless access in BastionZero.
- [Passwordless Access to AWS RDS PostgreSQL](https://docs.bastionzero.com/docs/how-to-guides/passwordless-database-access/passwordless-access-to-aws-rds-postgresql.md): Configure access to your RDS PostgreSQL databases without the need for traditional passwords.
- [Passwordless Access to AWS RDS MySQL](https://docs.bastionzero.com/docs/how-to-guides/passwordless-database-access/passwordless-access-to-aws-rds-mysql.md): Configure access to your RDS MySQL databases without the need for traditional passwords.
- [Passwordless Access to Self-Hosted Postgres](https://docs.bastionzero.com/docs/how-to-guides/passwordless-database-access/passwordless-access-to-self-hosted-postgres.md): Enable users to access a self-hosted Postgres database without the use of passwords
- [How to use BastionZero to connect to a Linux Host using the ZLI](https://docs.bastionzero.com/docs/how-to-guides/how-to-use-bastionzero-to-connect-to-a-linux-host-using-the-zli.md): This guide demonstrates how to install the agent, set up policy, and connect to a Linux target using the ZLI
- [How to use BastionZero to manage SSH Keys](https://docs.bastionzero.com/docs/how-to-guides/how-to-use-bastionzero-to-manage-ssh-keys.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bastionzero.com/docs/how-to-guides.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
