# Grafix Documentation

## GRAFIX Capital Documentation

- [Introduction](https://grafix.gitbook.io/documentation/introduction.md): GRAFIX Capital Documentation Outline
- [Creating Wallet](https://grafix.gitbook.io/documentation/user-guide/getting-started.md): Covers onboarding, wallet connection, and initial setup.
- [Performance Dashboard](https://grafix.gitbook.io/documentation/troubleshooting.md): Details how to view and interpret your position and yield metrics.
- [Managing Funds](https://grafix.gitbook.io/documentation/managing-funds.md): Explains the process for depositing and withdrawing USDC.
- [Error Troubleshooting](https://grafix.gitbook.io/documentation/error-troubleshooting.md): Provides guidance on common issues and how to resolve them.
- [Features](https://grafix.gitbook.io/documentation/quick-links/features.md)
- [Security & Privacy](https://grafix.gitbook.io/documentation/quick-links/security-privacy.md)
- [How It Works](https://grafix.gitbook.io/documentation/quick-links/how-it-works.md)
- [FAQ](https://grafix.gitbook.io/documentation/quick-links/faq.md)
- [Support](https://grafix.gitbook.io/documentation/resources/support.md)
- [Documentation](https://grafix.gitbook.io/documentation/resources/documentation.md)
- [Terms of Service](https://grafix.gitbook.io/documentation/terms-of-service.md)
- [Privacy Policy](https://grafix.gitbook.io/documentation/privacy-policy.md)
- [Substack](https://grafix.gitbook.io/documentation/substack.md)
- [X / Twitter](https://grafix.gitbook.io/documentation/x-twitter.md)
- [Telegram](https://grafix.gitbook.io/documentation/telegram.md)
- [Email](https://grafix.gitbook.io/documentation/email.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://grafix.gitbook.io/documentation/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.
