# Guides

This section provides hands-on guides for building with Algebra Integral. Two areas are covered:

**Contract Development** — step-by-step walkthroughs for integrating with Algebra Integral from your own smart contracts:

* [Environment Setup](/algebra-integral-documentation/algebra-integral-technical-reference/guides/contract-development-intro.md) — set up a Hardhat development environment with the Algebra packages
* [Swaps](/algebra-integral-documentation/algebra-integral-technical-reference/guides/swaps.md) — execute single-hop and multi-hop swaps
* [Providing Liquidity](/algebra-integral-documentation/algebra-integral-technical-reference/guides/providing-liquidity.md) — mint positions, collect fees, and manage liquidity
* [Flashloans](/algebra-integral-documentation/algebra-integral-technical-reference/guides/flashloans.md) — write contracts that use Algebra flash transactions

**Plugin Development** — guides for creating, testing, and deploying custom Algebra plugins:

* [Plugin Development](/algebra-integral-documentation/algebra-integral-technical-reference/guides/custom-plugins/plugin-development.md)
* [Plugin Testing](/algebra-integral-documentation/algebra-integral-technical-reference/guides/custom-plugins/plugin-testing.md)
* [Plugin Deployment](/algebra-integral-documentation/algebra-integral-technical-reference/guides/custom-plugins/plugin-deployment.md)


---

# 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/guides.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.
