> For the complete documentation index, see [llms.txt](https://docs.switchboard.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.switchboard.xyz/quick-start.md).

# Quick Start

**Learn to use Switchboard Data Feeds:**

* Learn how to use a Switchboard price feed in your on-chain application on [Solana](/docs-by-chain/solana-svm/price-feeds/basic-price-feed.md), [EVM](/docs-by-chain/evm/price-feeds/price-feeds-tutorial.md), or many other chains.
* Explore **Surge**, the industry's fastest oracle data stream, on [Solana](/docs-by-chain/solana-svm/surge.md), [EVM](/docs-by-chain/evm/surge.md), or [Sui](/docs-by-chain/sui/surge.md).
* Generate verifiably fair randomness for games, lotteries, and more on [Solana](/docs-by-chain/solana-svm/randomness/randomness-tutorial.md) or [EVM](/docs-by-chain/evm/randomness/randomness-tutorial.md).

**Explore existing feeds or create your own:**

* Browse through thousands of existing data feeds on [our explorer site](https://explorer.switchboardlabs.xyz).
* Can't find an existing feed that does what you need? Learn how to make and use a [custom data feed](/custom-feeds/build-and-deploy-feed.md) with infinite customization possibilities.

**Go Deeper:**

* Are you a power user that needs the fastest price updates and lots of queries? Learn how to set up a [Crossbar server](/tooling/crossbar.md).
* Dive into the [protocol](/how-it-works/switchboard-protocol.md) and [technology](/how-it-works/technical-architecture.md) that power Switchboard.


---

# 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:

```
GET https://docs.switchboard.xyz/quick-start.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.
