# Intro

This documentation is dedicated to the new version of Algebra - Algebra Integral. The documentation is technical in nature and describes the logic of pools, integration process and protocol usage.

[Audits ](https://docs.algebra.finance/algebra-integral-documentation/algebra-integral-technical-reference/audits)- section with inforamtion about security audits

[Intregration of Algebra pools](https://docs.algebra.finance/algebra-integral-documentation/algebra-integral-technical-reference/integration-process) - section devoted to integration and interaction with Algebra Integral pools.

[Core logic](https://docs.algebra.finance/algebra-integral-documentation/algebra-integral-technical-reference/core-logic) - section describing the internal logic of Algebra Integral core (pools and pool factory).

[Plugins](https://docs.algebra.finance/algebra-integral-documentation/algebra-integral-technical-reference/plugins) - section devoted to the development of plugins for Algebra Integral.

[Changes after V1](https://docs.algebra.finance/algebra-integral-documentation/algebra-integral-technical-reference/changes-v1) - brief description of key differences from Algebra V1.


---

# Agent Instructions: 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:

```
GET https://docs.algebra.finance/algebra-integral-documentation/algebra-integral-technical-reference/intro.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.
