> For the complete documentation index, see [llms.txt](https://developers.mtpelerin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.mtpelerin.com/bridge-protocol/guides.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developers.mtpelerin.com/bridge-protocol/guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
