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

# Impact Portal

- [Impact Portal](https://faq.liquidandgrit.com/design-portal/impact-portal.md): Information on Liquid & Grit's Impact Portal suite
- [Database Tool](https://faq.liquidandgrit.com/design-portal/database.md): Information on Liquid & Grit's Database tool in the Impact Portal
- [Tracked Apps](https://faq.liquidandgrit.com/design-portal/database/tracked-apps.md): List of Apps that Liquid and Grit actively tracks
- [Exporting Tracked Apps](https://faq.liquidandgrit.com/design-portal/database/tracked-apps/exporting-tracked-apps.md): How to export data from tracked Liquid and Grit apps
- [Releases Taxonomy](https://faq.liquidandgrit.com/design-portal/database/taxonomy.md): Information on Liquid & Grit's Taxonomy System
- [How to Use - Database](https://faq.liquidandgrit.com/design-portal/database/how-to-use-database.md): Information on how to navigate and utilize our Database tool
- [Insights Tool](https://faq.liquidandgrit.com/design-portal/wiki.md): Information on the Insights tool in Liquid and Grit's Impact Portal
- [Summary of Content](https://faq.liquidandgrit.com/design-portal/wiki/summary-of-content.md)
- [How to Use - Insights](https://faq.liquidandgrit.com/design-portal/wiki/how-to-use-insights.md): Information on how to navigate and utilize our Insights tool
- [Tracker Tool](https://faq.liquidandgrit.com/design-portal/tracker.md): Information on Liquid and Grit's Tracker tool in the Impact Portal
- [How to Use - Tracker](https://faq.liquidandgrit.com/design-portal/tracker/how-to-use-tracker.md): Information on how to navigate and utilize our Tracker tool
- [Lift Tool](https://faq.liquidandgrit.com/design-portal/visualizations.md): More information on the Lift tool
- [API Keys](https://faq.liquidandgrit.com/design-portal/visualizations/api-keys.md): How to get API keys from Sensor Tower or Data.ai


---

# 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://faq.liquidandgrit.com/design-portal.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.
