# Deployments

**Who this is for:** Integrators and deployers who need contract addresses, deployment parameters, and verification steps for Mento V3 on supported chains. The pages in this section cover deployment addresses, parameters, and how to verify on-chain bytecode.

**See also:** [Integration](/mento-v3/build/integration.md) · [Smart Contracts](/mento-v3/build/smart-contracts.md) · [Integrate Oracles](/mento-v3/build/integration/integrate-oracles.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.mento.org/mento-v3/build/deployments.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.
