> For the complete documentation index, see [llms.txt](https://d3dsocial.gitbook.io/d3d-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://d3dsocial.gitbook.io/d3d-white-paper/functions-and-solutions-of-d3d/4.-chat-tool-based-on-did.md).

# 4. Chat Tool Based on DID

&#x20;Decentralized Identity (DID) is an invention combined with blockchain technology, and it is the identity certification in the future decentralized society. It is an address on the blockchain, which is owned and controlled by one person, and can be used to connect DID related files, such as wallet address, crypto account, DAPP interaction, social interaction, login, etc.&#x20;

&#x20;The target of D3D is to establish a social tool for Web3 users through DID, to acquire true and the most valuable information with the lowest cost and the fastest speed. D3D will manage the group chat by analyzing users’ tags through DID technology. At the same time, D3D will also support the establishment of multi-person chat rooms.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://d3dsocial.gitbook.io/d3d-white-paper/functions-and-solutions-of-d3d/4.-chat-tool-based-on-did.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
