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

# Context

- [Brand Kits](https://docs.airops.com/context/brand-kit.md): Feed accurate brand data to AI and customize brand voice with centralized context: foundations, product lines, content types, audiences, and regions, for brand consistency and content governance.
- [Foundations](https://docs.airops.com/context/brand-kit/foundations.md): Global settings that apply across your entire brand
- [Product Lines](https://docs.airops.com/context/brand-kit/product-lines.md): Define different products or services your brand offers
- [Content Types](https://docs.airops.com/context/brand-kit/content-types.md): Define the different formats of content you create
- [Audiences](https://docs.airops.com/context/brand-kit/audiences.md): Define the different target segments you tailor content for
- [Regions](https://docs.airops.com/context/brand-kit/regions.md): Adapt your brand messaging for different markets and languages
- [Visual Guidelines](https://docs.airops.com/context/brand-kit/visual-guidelines.md): Define visual rules and use-case templates in your Brand Kit
- [Refresh](https://docs.airops.com/context/brand-kit/refresh.md): Keep your Brand Kit current with scheduled scans and proposed edits
- [Using Brand Kits](https://docs.airops.com/context/brand-kit/using-brand-kits.md): How to use Brand Kits in your workflows and Grids
- [Knowledge Bases](https://docs.airops.com/context/memory-stores.md): Semantically search your knowledge, documents, and data with Knowledge Bases
- [Add Data](https://docs.airops.com/context/memory-stores/add-data.md)
- [Upload Files](https://docs.airops.com/context/memory-stores/add-data/upload-files.md)
- [Web Scrape](https://docs.airops.com/context/memory-stores/add-data/web-scrape.md)
- [Import from Google Drive](https://docs.airops.com/context/memory-stores/add-data/import-from-google-drive.md)
- [Import from SQL Database](https://docs.airops.com/context/memory-stores/add-data/import-from-sql-database.md)
- [Data Sources](https://docs.airops.com/context/memory-stores/add-data/import-from-sql-database/data-sources.md): Connect to your warehouse, or database in AirOps
- [BigQuery](https://docs.airops.com/context/memory-stores/add-data/import-from-sql-database/data-sources/bigquery.md): Connect to a BigQuery database in AirOps
- [Postgres](https://docs.airops.com/context/memory-stores/add-data/import-from-sql-database/data-sources/postgres.md): Connect to a Postgres database in AirOps
- [Redshift](https://docs.airops.com/context/memory-stores/add-data/import-from-sql-database/data-sources/redshift.md): Connect to a Redshift database in AirOps
- [Snowflake](https://docs.airops.com/context/memory-stores/add-data/import-from-sql-database/data-sources/snowflake.md): Connect to a Snowflake data warehouse in AirOps
- [Import from Shopify](https://docs.airops.com/context/memory-stores/add-data/import-from-shopify.md)
- [Knowledge Base Search](https://docs.airops.com/context/memory-stores/knowledge-base-search.md)
- [Knowledge Base Metadata](https://docs.airops.com/context/memory-stores/memory-stores-metadata.md): Filter when searching a Knowledge Base
- [Knowledge Base API](https://docs.airops.com/context/memory-stores/memory-stores-api.md): Interact directly with your Knowledge Bases


---

# 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://docs.airops.com/context.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.
