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

# SETTING UP

- [Express](https://documentation.astera.com/setting-up/express.md)
- [System Requirements](https://documentation.astera.com/setting-up/express/system-requirements.md)
- [Installing Express](https://documentation.astera.com/setting-up/express/installing-express.md)
- [Launching Designer](https://documentation.astera.com/setting-up/express/launching-designer.md)
- [Cloud](https://documentation.astera.com/setting-up/cloud.md)
- [System Requirements](https://documentation.astera.com/setting-up/cloud/system-requirements.md)
- [Creating an Account in Astera Cloud Portal](https://documentation.astera.com/setting-up/cloud/creating-an-account-in-astera-cloud-portal.md)
- [Launching Designer](https://documentation.astera.com/setting-up/cloud/launching-designer.md)
- [User Management](https://documentation.astera.com/setting-up/cloud/user-management.md)
- [Managing Files and Folders in Designer](https://documentation.astera.com/setting-up/cloud/managing-files-and-folders-in-designer.md)
- [On Prem](https://documentation.astera.com/setting-up/on-prem.md)
- [System Requirements](https://documentation.astera.com/setting-up/on-prem/system-requirements.md)
- [Product Architecture](https://documentation.astera.com/setting-up/on-prem/product-architecture.md)
- [Installing Client and Server Applications](https://documentation.astera.com/setting-up/on-prem/installing-client-and-server-applications.md)
- [Install Manager](https://documentation.astera.com/setting-up/on-prem/install-manager.md)
- [Installing Packages on Client Machine](https://documentation.astera.com/setting-up/on-prem/install-manager/installing-packages-on-client-machine.md)
- [Installing Packages on Server Machine](https://documentation.astera.com/setting-up/on-prem/install-manager/installing-packages-on-server-machine.md)
- [Connecting to an Astera Server using the Client](https://documentation.astera.com/setting-up/on-prem/connecting-to-an-astera-server-using-the-client.md)
- [How to Connect to a Different Astera Server from the Client](https://documentation.astera.com/setting-up/on-prem/how-to-connect-to-a-different-astera-server-from-the-client.md)
- [How to Build a Cluster Database and Create Repository](https://documentation.astera.com/setting-up/on-prem/how-to-build-a-cluster-database-and-create-repository.md)
- [Repository Upgrade Utility in Astera](https://documentation.astera.com/setting-up/on-prem/repository-upgrade-utility-in-astera.md)
- [How to Login from the Client](https://documentation.astera.com/setting-up/on-prem/how-to-login-from-the-client.md)
- [How to Verify Admin Email](https://documentation.astera.com/setting-up/on-prem/how-to-verify-admin-email.md)
- [Licensing in Astera](https://documentation.astera.com/setting-up/on-prem/licensing-in-astera.md)
- [How to Supply a License Key Without Prompting the User](https://documentation.astera.com/setting-up/on-prem/how-to-supply-a-license-key-without-prompting-the-user.md)
- [Enabling Python Server](https://documentation.astera.com/setting-up/on-prem/enabling-python-server.md)
- [User Roles and Access Control](https://documentation.astera.com/setting-up/on-prem/user-roles-and-access-control.md)
- [Windows Authentication](https://documentation.astera.com/setting-up/on-prem/user-roles-and-access-control/windows-authentication.md)
- [Azure Authentication](https://documentation.astera.com/setting-up/on-prem/user-roles-and-access-control/azure-authentication.md)
- [Offline Activation of Astera](https://documentation.astera.com/setting-up/on-prem/offline-activation-of-astera.md)
- [Silent Installation](https://documentation.astera.com/setting-up/on-prem/silent-installation.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://documentation.astera.com/setting-up.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.
