# Build an AI Agent Trust Registry

Building a Trust Registry for your AI Agent is split into two core flows that are distinct, but also contain some overlapping dependencies:

{% stepper %}
{% step %}

### Design and Build of Trust Registry

The Trust Registry is set up using our cheqd Studio APIs. Each ecosystem wanting to use our AI Agent trust registries should plan how the trust chain should be structured.&#x20;
{% endstep %}

{% step %}

### Setup and Configuration of MCP Server

Builders can use the cheqd MCP server to provision an AI Agent its own DID and to provision Verifiable Credentials to the AI Agent's wallet.&#x20;
{% endstep %}
{% endstepper %}

## :white\_check\_mark: Get Started

Get started with the setup of your AI Agent Trust Registry using the guides below:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Setup AI Agent Trust Registry</strong></mark> </td><td>Use our walkthrough guide to set up a comprenesive AI Agent trust registry using our APIs.</td><td><a href="/files/5LnCfopvGhTVVUF7lHrm">/files/5LnCfopvGhTVVUF7lHrm</a></td><td><a href="/pages/QpNC3loQeHCEkxBlIqb5">/pages/QpNC3loQeHCEkxBlIqb5</a></td></tr><tr><td><mark style="color:blue;"><strong>Setup and Configure MCP Server</strong></mark></td><td>Use our MCP server walkthrough to configure your remote MCP server, create DIDs and provision credentials.</td><td><a href="/files/dexky7gCrbYrhqoibUNb">/files/dexky7gCrbYrhqoibUNb</a></td><td><a href="/pages/ecRKKCn6ywjV6qJE3tsO">/pages/ecRKKCn6ywjV6qJE3tsO</a></td></tr></tbody></table>

## Learn more about cheqd's Trust Registry model

Read through some of our guides below to getting setup with trust registries on cheqd:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Decentralized Trust Chains (DTCs)</strong></mark></td><td>Take a deep dive into the architecture and model for cheqd's trust registries.</td><td><a href="/pages/DjAIpnb7Gdn2L6yYQMUR">/pages/DjAIpnb7Gdn2L6yYQMUR</a></td></tr><tr><td><mark style="color:blue;"><strong>Set up Trust Chain</strong></mark></td><td>Set up a generic trust chain using our cheqd Studio APIs. </td><td><a href="/pages/Qiz491QHXwOqnVeuMnYX">/pages/Qiz491QHXwOqnVeuMnYX</a></td></tr><tr><td><mark style="color:blue;"><strong>Get Started with TRAIN</strong></mark></td><td>Set up and start using our trust registry valdation engine called TRAIN.</td><td><a href="/pages/DUOWyjeiy5tfovKyy7O8">/pages/DUOWyjeiy5tfovKyy7O8</a></td></tr></tbody></table>


---

# 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.cheqd.io/product/getting-started/ai-agents/trust-registry.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.
