# Introduction

The [Cadmos Protocol](https://www.cadmos.finance) bridges legacy asset management to the blockchain.

The documentation is divided into three parts:

* [General Concepts:](https://docs.cadmos.finance/general-concepts) Provides a high-level overview of the Protocol and its stakeholders.
* [Investor Portal](https://docs.cadmos.finance/investor-portal): How-to interact with the Protocol from an investor's perspective: select a pool, deposit, withdraw ...
* [Administration Platform](https://docs.cadmos.finance/administration-platform): A user-guide on launching and Administrating an Investment Pool from our dedicated front-end.


---

# 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.cadmos.finance/start-here/introduction.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.
