# Getting Started

- [Product Overview](https://docs.cheqd.io/product/getting-started/readme.md): Get started with cheqd's identity functionality and product offerings.
- [Get Started with cheqd Studio](https://docs.cheqd.io/product/getting-started/studio.md): Get started with cheqd's API product offering for creating DIDs, trust registries and monetising credentials: cheqd Studio.
- [Set Up Your Account](https://docs.cheqd.io/product/getting-started/studio/set-up-account.md): Follow these steps to create your account on cheqd Studio and begin using our APIs securely.
- [Create API Keys](https://docs.cheqd.io/product/getting-started/studio/api-keys.md): Generate API Keys to securely authenticate with cheqd Studio APIs.
- [Token Top Up](https://docs.cheqd.io/product/getting-started/studio/token-top-up.md): Manually Top Up Your Account with CHEQ.
- [Advanced Configuration Options](https://docs.cheqd.io/product/getting-started/studio/advanced.md): Advanced setup guide for running the cheqd Studio.
- [Changelog](https://docs.cheqd.io/product/getting-started/studio/changelog.md): Chronological changelog for cheqd Studio portal releases.
- [Design your Solution](https://docs.cheqd.io/product/getting-started/studio/design.md)
- [Establish Parties in Trust Ecosystem](https://docs.cheqd.io/product/getting-started/studio/design/establish-parties.md)
- [Design your Trust Infrastructure](https://docs.cheqd.io/product/getting-started/studio/design/trust-infrastructure.md)
- [Roots of Trust](https://docs.cheqd.io/product/getting-started/studio/design/trust-infrastructure/roots-of-trust.md)
- [Verifiable Accreditations](https://docs.cheqd.io/product/getting-started/studio/design/trust-infrastructure/verifiable-accreditations.md)
- [Accreditation and Issuance Policies](https://docs.cheqd.io/product/getting-started/studio/design/trust-infrastructure/policies.md)
- [Data Models](https://docs.cheqd.io/product/getting-started/studio/design/trust-infrastructure/data-models.md)
- [Governance Framework](https://docs.cheqd.io/product/getting-started/studio/design/trust-infrastructure/governance-framework.md)
- [Establish Schemas for Accreditations and Credentials](https://docs.cheqd.io/product/getting-started/studio/design/schemas.md)
- [Choose a Credential Issuance Provider](https://docs.cheqd.io/product/getting-started/studio/design/choose-a-credential-issuance-provider.md)
- [Monetise your solution](https://docs.cheqd.io/product/getting-started/studio/design/monetise-your-solution.md)
- [Use Trust Registries for AI Agents](https://docs.cheqd.io/product/getting-started/ai-agents.md): Design, Build and Validate Trust Registries for AI Agents on cheqd.
- [Build an AI Agent Trust Registry](https://docs.cheqd.io/product/getting-started/ai-agents/trust-registry.md): Build an AI Agent Trust Registry on cheqd.
- [Setup AI Agent Trust Registry](https://docs.cheqd.io/product/getting-started/ai-agents/trust-registry/setup.md): Walkthrough for setting up Trust Registries for your AI Agents.
- [Issue Verifiable Credentials to AI Agent](https://docs.cheqd.io/product/getting-started/ai-agents/trust-registry/setup/issue-credential.md): Issue a Credential to an AI Agent using cheqd's APIs.
- [Setup and Configure MCP Server](https://docs.cheqd.io/product/getting-started/ai-agents/trust-registry/setup-mcp.md): Setup and Configure your MCP Server to begin using cheqd's identity functionality with your AI Agent.
- [Create AI Agent DID](https://docs.cheqd.io/product/getting-started/ai-agents/trust-registry/setup-mcp/create-did.md): Use the cheqd MCP server to provision your AI Agent its own DID.
- [Import Credential to AI Agent](https://docs.cheqd.io/product/getting-started/ai-agents/trust-registry/setup-mcp/import-credential.md): Accept a JWT Credential into the AI Agent's wallet.
- [Advanced functionality](https://docs.cheqd.io/product/getting-started/ai-agents/trust-registry/setup-mcp/advanced.md): Advanced functionality for cheqd's MCP Server.
- [Issue a Verifiable Credential](https://docs.cheqd.io/product/getting-started/ai-agents/trust-registry/setup-mcp/advanced/issue-credential.md): Tutorial: Issue a Verifiable Credential using MCP Toolkit
- [Verify a Credential](https://docs.cheqd.io/product/getting-started/ai-agents/trust-registry/setup-mcp/advanced/verify-credential.md): Tutorial: Verify a Credential using MCP Toolkit
- [Validate AI Agent Trust Chain](https://docs.cheqd.io/product/getting-started/ai-agents/validate.md): Verify and validate your AI Agent's trust with cheqd's MCP server and TRAIN.


---

# 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.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.
