# Get Started

- [Installing ToyStack](https://docs.toystack.ai/get-started/installing-toystack.md): Get started with ToyStack in minutes using your favourite git provider
- [Github Installation](https://docs.toystack.ai/get-started/installing-toystack/github-installation.md)
- [BitBucket Installation](https://docs.toystack.ai/get-started/installing-toystack/bitbucket-installation.md)
- [Environment Variables Setup](https://docs.toystack.ai/get-started/environment-variables-setup.md)
- [Deploying with Docker](https://docs.toystack.ai/get-started/deploying-with-docker.md): yo
- [Connecting your repository](https://docs.toystack.ai/get-started/connecting-your-repository.md)
- [Custom Domains and External Domains](https://docs.toystack.ai/get-started/custom-domains-and-external-domains.md): Assign unique domains to various branches in your repository to customize deployments accordingly, including for production, development, or other use cases.
- [Databases](https://docs.toystack.ai/get-started/databases.md): Instant Database Provisioning


---

# 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.toystack.ai/get-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.
