# Agnostic Documentation

## Agnostic Documentation

- [Welcome to Agnostic](https://docs.agnostic.dev/welcome-to-agnostic.md)
- [Introducing Agnostic](https://docs.agnostic.dev/overview/introducing-agnostic.md)
- [Our Features](https://docs.agnostic.dev/overview/our-features.md)
- [Execution Layer](https://docs.agnostic.dev/api/execution-layer.md)
- [Blocks](https://docs.agnostic.dev/api/execution-layer/blocks.md): The core EVM blockchain data collection
- [Smart-contracts](https://docs.agnostic.dev/api/smart-contracts.md)
- [EVM Events](https://docs.agnostic.dev/api/smart-contracts/evm-events.md): The core EVM blockchain data collection
- [EVM Calls](https://docs.agnostic.dev/api/smart-contracts/evm-calls.md): The core EVM blockchain data collection
- [DeFi](https://docs.agnostic.dev/api/defi.md)
- [Trades](https://docs.agnostic.dev/api/defi/trades.md)
- [Liquidity Events](https://docs.agnostic.dev/api/defi/liquidity-events.md)
- [Liquidity Snapshots](https://docs.agnostic.dev/api/defi/liquidity-snapshots.md)
- [Token](https://docs.agnostic.dev/api/token.md)
- [Balances](https://docs.agnostic.dev/api/token/balances.md)
- [Total Supplies](https://docs.agnostic.dev/api/token/total-supplies.md)
- [Uniswap V3](https://docs.agnostic.dev/tutorials/uniswap-v3.md)
- [Definition](https://docs.agnostic.dev/tutorials/uniswap-v3/definition.md): Can we use Agnostic as a backend for Uniswap analytics?
- [Explore](https://docs.agnostic.dev/tutorials/uniswap-v3/explore.md)
- [Apify](https://docs.agnostic.dev/tutorials/uniswap-v3/apify.md)
- [Portfolio tracker](https://docs.agnostic.dev/tutorials/portfolio-tracker.md)
- [Data visualization](https://docs.agnostic.dev/fundamentals/data-visualization.md)
- [Create your first chart](https://docs.agnostic.dev/fundamentals/data-visualization/create-your-first-chart.md)
- [Building API](https://docs.agnostic.dev/fundamentals/building-api.md)
- [HTTP Interface](https://docs.agnostic.dev/fundamentals/http-interface.md): How to use the HTTP interface
- [Authentication](https://docs.agnostic.dev/fundamentals/http-interface/authentication.md)
- [Authentication details](https://docs.agnostic.dev/fundamentals/authentication-details.md)
- [PostgreSQL](https://docs.agnostic.dev/fundamentals/authentication-details/postgresql.md)
- [HTTP](https://docs.agnostic.dev/fundamentals/authentication-details/http.md)
- [Understanding Projects](https://docs.agnostic.dev/fundamentals/understanding-projects.md)
- [Collaborate with your team](https://docs.agnostic.dev/fundamentals/collaborate-with-your-team.md)
- [Setting permissions](https://docs.agnostic.dev/fundamentals/collaborate-with-your-team/setting-permissions.md)
- [Inviting Members](https://docs.agnostic.dev/fundamentals/collaborate-with-your-team/inviting-members.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.agnostic.dev/welcome-to-agnostic.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.
