# Guides

* [Provisioning Cloud Databases for using with Neurelo](/guides/provisioning-cloud-databases-for-using-with-neurelo.md)
* [Mock Data Generation](/guides/mock-data-generation.md)
* [Wipe Data Source](/guides/wipe-data-source.md)
* [Remote Git Repository for Definitions](/guides/remote-git-repository-for-definitions.md)
* [Data Viewer](/guides/data-viewer.md)
* [Environment/Data Source Tags](/guides/environment-data-source-tags.md)
* [How to work with Embedded  documents and References in MongoDB](/guides/how-to-work-with-embedded-documents-and-references-in-mongodb.md)
* [How to download and use the Postman Collection for your Project](/guides/how-to-download-and-use-the-postman-collection-for-your-project.md)
* [Building Python applications with Postgres and FastAPI](/guides/building-python-applications-with-postgres-and-fastapi.md)
* [CI Integration using Neurelo CLI](/guides/ci-integration-using-neurelo-cli.md)
* [Schema Migrations](/guides/schema-migrations.md)
* [Schema AI Assist](/guides/schema-ai-assist.md)
* [Access Policies](/guides/access-policies.md)
* [MongoDB Atlas - Migrate GraphQL to Neurelo](/guides/mongodb-atlas-migrate-graphql-to-neurelo.md)
* [MongoDB Atlas - Migrate REST Data APIs to Neurelo](/guides/mongodb-atlas-migrate-rest-data-apis-to-neurelo.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.neurelo.com/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.
