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

# The Basics

- [Installation](https://docs.neuron-ai.dev/v2/the-basics/getting-started.md): Step by step instructions on how to install Neuron in your application and create an Agent.
- [Agent](https://docs.neuron-ai.dev/v2/the-basics/agent.md): Easily implement LLM interactions extending the basic Agent class.
- [AI Provider](https://docs.neuron-ai.dev/v2/the-basics/ai-provider.md): Interact with LLM providers or extend the framework to implement new ones.
- [Tools & Toolkits](https://docs.neuron-ai.dev/v2/the-basics/tools.md): Give Agents the ability to interact with your application context and services.
- [MCP](https://docs.neuron-ai.dev/v2/the-basics/mcp-connector.md): Connect the tools provided by Model Context Protocol (MCP) servers to your agent.
- [Chat History](https://docs.neuron-ai.dev/v2/the-basics/chat-history-and-memory.md): Learn how Neuron AI manage multi turn conversations.
- [Streaming](https://docs.neuron-ai.dev/v2/the-basics/streaming.md): Presenting AI response to your user in real-time.
- [Structured Output](https://docs.neuron-ai.dev/v2/the-basics/structured-output.md): Enforce the Agent output based on the provided schema.
- [Attachments (Documents & Images)](https://docs.neuron-ai.dev/v2/the-basics/attachments-documents-and-images.md): Attach documents and images to your message.
- [Async](https://docs.neuron-ai.dev/v2/the-basics/asynchronous-processing.md): Execute multiple parallel processes using Neuron async interface.
- [Monitoring & Debugging](https://docs.neuron-ai.dev/v2/the-basics/observability.md): Monitor your AI Agents, RAGs, and Workflows in real-time.
- [Error Handling](https://docs.neuron-ai.dev/v2/the-basics/error-handling.md): Managing errors fired by your agent.
- [Evaluation](https://docs.neuron-ai.dev/v2/the-basics/evaluation.md): Evaluating the output of your agentic system
