# Self Agent ID

- [Overview](https://docs.self.xyz/self-agent-id/overview.md): On-chain proof-of-human identity for AI agents
- [Registration Modes](https://docs.self.xyz/self-agent-id/registration-modes.md): Six registration modes for AI agents with proof-of-human verification
- [SDK Integration](https://docs.self.xyz/self-agent-id/sdk-integration.md): Sign and verify agent requests with the Self Agent ID SDKs
- [Verification Patterns](https://docs.self.xyz/self-agent-id/verification-patterns.md): How agents prove their identity to services, other agents, and smart contracts
- [Smart Contracts](https://docs.self.xyz/self-agent-id/smart-contracts.md): On-chain contracts for agent registration, verification, and access control
- [REST API](https://docs.self.xyz/self-agent-id/rest-api.md): REST API endpoints for agent registration, queries, and discovery
- [CLI](https://docs.self.xyz/self-agent-id/cli.md): Terminal-based agent registration and deregistration workflows
- [Celo Agent Visa](https://docs.self.xyz/self-agent-id/celo-agent-visa.md): Tiered soulbound NFT rewarding AI agents for on-chain activity on Celo
- [Guides](https://docs.self.xyz/self-agent-id/agent-builder.md): End-to-end guide for building AI agents with proof-of-human identity
- [Verifying Agents (Service)](https://docs.self.xyz/self-agent-id/agent-builder/service-operator.md): Protect your API by verifying agent requests against the on-chain registry
- [Gating Smart Contracts](https://docs.self.xyz/self-agent-id/agent-builder/contract-developer.md): Gate on-chain actions behind verified agent identity
- [Using MCP Server](https://docs.self.xyz/self-agent-id/agent-builder/mcp-user.md): Use Self Agent ID through MCP-compatible AI coding agents
- [Troubleshooting](https://docs.self.xyz/self-agent-id/troubleshooting.md): Common issues and solutions for Self Agent ID integration


---

# 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.self.xyz/self-agent-id.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.
