> For the complete documentation index, see [llms.txt](https://docs.bastionzero.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bastionzero.com/docs/how-to-guides.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
