> For the complete documentation index, see [llms.txt](https://sphynxlabs.gitbook.io/sphynx-labs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sphynxlabs.gitbook.io/sphynx-labs/introduction.md).

# Introduction

- [Sphynx Labs Introduction](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/sphynx-labs-introduction.md)
- [In the Sphynx Labs Ecosystem](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/sphynx-labs-introduction/in-the-sphynx-labs-ecosystem.md)
- [Get Started](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/get-started.md)
- [Create a Wallet](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/get-started/create-a-wallet.md)
- [Fiat to Crypto](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/get-started/fiat-to-crypto.md)
- [Get BEP20 Tokens](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/get-started/get-bep20-tokens.md)
- [Get ERC20 Tokens](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/get-started/get-erc20-tokens.md)
- [Get BRC20 Tokens](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/get-started/get-brc20-tokens.md)
- [Get CRO Tokens](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/get-started/get-cro-tokens.md)
- [Get LRC20 Tokens](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/get-started/get-lrc20-tokens.md)
- [GET APEX Tokens](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/get-started/get-apex-tokens.md)
- [Connect Your Wallet to Sphynx Labs](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/get-started/connect-your-wallet-to-sphynx-labs.md)
- [Using Sphynx Labs Without Centralized Exchanges](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/get-started/using-sphynx-labs-without-centralized-exchanges.md): You don't need an account with Binance, Coinbase, Kraken, Huobi, OKEx or any other centralized exchange to start using Sphynx Labs!
- [Click Here For Help](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/click-here-for-help.md)
- [Troubleshooting Errors](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/click-here-for-help/troubleshooting-errors.md): Common error messages. Use the sidebar ➡️to jump to the error you're seeing.
- [Fixing Stuck Pending Transactions on MetaMask](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/click-here-for-help/fixing-stuck-pending-transactions-on-metamask.md): How to "unstick" any pending transactions that are stuck in your MetaMask
- [Educational Videos](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/click-here-for-help/educational-videos.md)
- [Brand & Logos](https://sphynxlabs.gitbook.io/sphynx-labs/introduction/brand-and-logos.md): Guidlines and downloadable assets like the PancakeSwap logo SVG


---

# 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://sphynxlabs.gitbook.io/sphynx-labs/introduction.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.
