# Guides

- [Creating a new token](https://developers.mtpelerin.com/bridge-protocol/guides/creating-a-new-token.md): Tutorial on how to use Bridge Protocol to configure and deploy a new tokenized asset.
- [1. Choosing a network](https://developers.mtpelerin.com/bridge-protocol/guides/creating-a-new-token/1-choosing-a-network.md): Tutorial on how to use Bridge Protocol to configure and deploy a new tokenized asset - Part 1: Choosing a network
- [2. Connecting an address](https://developers.mtpelerin.com/bridge-protocol/guides/creating-a-new-token/2-connecting-an-address.md): Tutorial on how to use Bridge Protocol to configure and deploy a new tokenized asset - Part 2: Connecting an address
- [3. Managing aliases](https://developers.mtpelerin.com/bridge-protocol/guides/creating-a-new-token/3-managing-aliases.md): Tutorial on how to use Bridge Protocol to configure and deploy a new tokenized asset - Part 3: Managing aliases
- [4. Generating the token contract](https://developers.mtpelerin.com/bridge-protocol/guides/creating-a-new-token/4-generate-the-token-contract.md): Tutorial on how to use Bridge Protocol to configure and deploy a new tokenized asset - Part 4: Generating the token contract
- [Managing a token](https://developers.mtpelerin.com/bridge-protocol/guides/managing-a-token.md): Tutorial on how to interact with a tokenized asset deployed with Bridge Protocol.
- [Sending tokens](https://developers.mtpelerin.com/bridge-protocol/guides/managing-a-token/sending-tokens.md): Tutorial on how to interact with a tokenized asset deployed with Bridge Protocol - Part 1: Sending tokens
- [KYC/AML provider workflow](https://developers.mtpelerin.com/bridge-protocol/guides/kyc-aml-provider-workflow.md): Tutorial on how to compliance operations work for a tokenized asset deployed with Bridge Protocol.


---

# 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://developers.mtpelerin.com/bridge-protocol/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.
