# CORE ID Docs

## CORE ID Docs

- [Introduction](https://docs.coreid.org/introduction.md)
- [Connect to CORE ID using ethers.js](https://docs.coreid.org/connect-to-core-id-using-ethers.js.md)
- [CID SDK](https://docs.coreid.org/cid-sdk.md)
- [HTTP API](https://docs.coreid.org/http-api.md)
- [Published Contracts](https://docs.coreid.org/published-contracts.md)
- [Core rpc](https://docs.coreid.org/core-rpc.md)
- [CORE ID enabling your dapp](https://docs.coreid.org/core-id-enabling-your-dapp.md)
- [CORE ID Registry](https://docs.coreid.org/core-id-registry.md)
- [Name processing](https://docs.coreid.org/name-processing.md)
- [Public Resolver](https://docs.coreid.org/public-resolver.md)
- [Resolving Names On Chain](https://docs.coreid.org/resolving-names-on-chain.md)
- [Reverse Registrar](https://docs.coreid.org/reverse-registrar.md)
- [Core.Limo Decentralized Gateway](https://docs.coreid.org/decentralized-website/core.limo-decentralized-gateway.md)
- [Create a decentralized website](https://docs.coreid.org/decentralized-website/create-a-decentralized-website.md): This tutorial is for developer
- [Quickly create decentralized website](https://docs.coreid.org/decentralized-website/quickly-create-decentralized-website.md): This tutorial is for everyone and no coding experience is required.
- [Create decentralized blog](https://docs.coreid.org/decentralized-website/create-decentralized-blog.md): This tutorial is for everyone and no coding experience is required.
- [Set Up a Wallet](https://docs.coreid.org/user-tutorials-for-.core-domain/set-up-a-wallet.md)
- [Register for a .core Domain](https://docs.coreid.org/user-tutorials-for-.core-domain/register-for-a-.core-domain.md)
- [Set your domain name](https://docs.coreid.org/user-tutorials-for-.core-domain/set-your-domain-name.md)
- [Set primary name](https://docs.coreid.org/user-tutorials-for-.core-domain/set-primary-name.md)
- [Set Subdomains](https://docs.coreid.org/user-tutorials-for-.core-domain/set-subdomains.md)
- [CID Token](https://docs.coreid.org/user-tutorials-for-.core-domain/cid-token.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.coreid.org/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.
