# AgentNeo

## AgentNeo

- [AgentNeo](https://agentneo.raga.ai/agentneo.md)
- [Overview](https://agentneo.raga.ai/getting-started/overview.md)
- [Quick Start Guide](https://agentneo.raga.ai/getting-started/quick-start-guide.md): Get up and running with AgentNeo in minutes!
- [Installation Guide](https://agentneo.raga.ai/getting-started/installation-guide.md)
- [Architecture](https://agentneo.raga.ai/features/architecture.md)
- [Basic Usage](https://agentneo.raga.ai/features/basic-usage.md)
- [Components](https://agentneo.raga.ai/features/components.md)
- [Key Features](https://agentneo.raga.ai/features/key-features.md)
- [Dashboard](https://agentneo.raga.ai/features/dashboard.md)
- [Advanced Usage](https://agentneo.raga.ai/developer-guide/advanced-usage.md)
- [API Documentation](https://agentneo.raga.ai/developer-guide/api-documentation.md)
- [Database](https://agentneo.raga.ai/developer-guide/database.md): Sheds light on the database schema
- [Metric Configuration](https://agentneo.raga.ai/evaluation-and-metrics/metric-configuration.md)
- [Overview](https://agentneo.raga.ai/evaluation-and-metrics/overview.md)
- [Supported Metrics](https://agentneo.raga.ai/evaluation-and-metrics/supported-metrics.md)
- [Guidelines](https://agentneo.raga.ai/contributing/guidelines.md)
- [Pull  Request Process](https://agentneo.raga.ai/contributing/pull-request-process.md)
- [Development Setup](https://agentneo.raga.ai/contributing/development-setup.md)
- [Common Issues and Solutions](https://agentneo.raga.ai/troubleshooting/common-issues-and-solutions.md)
- [Frequently Asked Questions ](https://agentneo.raga.ai/troubleshooting/frequently-asked-questions.md)
- [Breaking Changes](https://agentneo.raga.ai/release-information/breaking-changes.md)
- [Version History](https://agentneo.raga.ai/release-information/version-history.md)
- [Glossary](https://agentneo.raga.ai/reference/glossary.md)
- [Changelog](https://agentneo.raga.ai/reference/changelog.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://agentneo.raga.ai/agentneo.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.
