# Integrations

- [SQL Server](https://docs.poweromni.ai/en/integrations/sql-server.md): This page details how the Power Omni integration with SQL Server works and how to install it.
- [API Deployments](https://docs.poweromni.ai/en/integrations/sql-server/api-deploy.md): This section documents the deployment options for the SQL Connector API
- [Azure App Service](https://docs.poweromni.ai/en/integrations/sql-server/api-deploy/azure-app-service.md): Describes how to deploy the SQL Server integration API using App Service
- [Docker and Traefik](https://docs.poweromni.ai/en/integrations/sql-server/api-deploy/docker-traefik.md)
- [Architecture](https://docs.poweromni.ai/en/integrations/sql-server/sql-como-funciona.md): Describes how the SQL Server connector works
- [Procedures Guide](https://docs.poweromni.ai/en/integrations/sql-server/procedures-guide.md): Contains a guide on how to use procedures in the SQL connector.


---

# 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.poweromni.ai/en/integrations.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.
