# Getting Started

{% hint style="danger" %}

### <mark style="color:red;">**The BastionZero product is maintained for existing BastionZero customers only.**</mark>&#x20;

Moving forward, we are natively rebuilding BastionZero’s technology as Cloudflare’s [Access for Infrastructure](https://developers.cloudflare.com/cloudflare-one/applications/non-http/infrastructure-apps/) service.
{% endhint %}

To secure your infrastructure with BastionZero:

1. [Install the `zli` on your local machine.](/docs/deployment/installing-the-zli.md)
2. [Install and register the `bzero` agent on the intended resource(s) you want to secure.](/docs/deployment/installing-the-agent.md)
3. Ensure the appropriate users have access to your targets via policy.

Once 1-3 are complete, your targets are secured with BastionZero. See how to connect to your targets [here](/docs/user-guide/connecting-to-your-targets.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/deployment/getting-started.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.
