# second-me

## Second Me

- [Welcome](https://secondme.gitbook.io/secondme/welcome.md)
- [Tutorial](https://secondme.gitbook.io/secondme/tutorial.md): Say Hello to Second Me - A New AI Species, Making We Matter Again
- [What's new](https://secondme.gitbook.io/secondme/whats-new.md): Here are all significant changes to Second Me, updated weekly.
- [FAQ](https://secondme.gitbook.io/secondme/faq.md)
- [Deployment](https://secondme.gitbook.io/secondme/guides/deployment.md)
- [Create Second Me](https://secondme.gitbook.io/secondme/guides/create-second-me.md)
- [Support Model Config](https://secondme.gitbook.io/secondme/guides/create-second-me/support-model-config.md)
- [Second Me Service](https://secondme.gitbook.io/secondme/guides/second-me-service.md)
- [MCP Server Config Guideline](https://secondme.gitbook.io/secondme/guides/second-me-service/mcp-server-config-guideline.md)
- [AI-native Memory 2.0: Second Me](https://secondme.gitbook.io/secondme/second-me-research/ai-native-memory-2.0-second-me.md)
- [AI-native Memory: A Pathway from LLMs Towards AGI](https://secondme.gitbook.io/secondme/second-me-research/ai-native-memory-a-pathway-from-llms-towards-agi.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://secondme.gitbook.io/secondme/welcome.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.
