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

# For Developers

- [Quick Start Guide](https://docs.seda.xyz/home/for-developers/quick-start-guide.md): This guide is for developers that would like to immediately start testing existing examples of Oracle Programs with SEDA Fast.
- [Define your Data Source](https://docs.seda.xyz/home/for-developers/define-your-data-source.md)
- [Explore Supported Feeds](https://docs.seda.xyz/home/for-developers/define-your-data-source/explore-supported-feeds.md)
- [Accessing a Private API](https://docs.seda.xyz/home/for-developers/define-your-data-source/accessing-a-private-api.md): Learn how to connect any Private API onchain for consumption with SEDA.
- [Accessing a Public API](https://docs.seda.xyz/home/for-developers/define-your-data-source/accessing-a-public-api.md)
- [HTTP Fetch Timeouts](https://docs.seda.xyz/home/for-developers/define-your-data-source/accessing-a-public-api/http-fetch-timeouts.md)
- [Build or Access Oracle Programs](https://docs.seda.xyz/home/for-developers/build-or-access-oracle-programs.md)
- [How to Leverage Programability on Data](https://docs.seda.xyz/home/for-developers/build-or-access-oracle-programs/how-to-leverage-programability-on-data.md): Explore examples of how developers are leveraging SEDA in production to secure billion of dollars in transaction volume.
- [Example Crypto Price Feed](https://docs.seda.xyz/home/for-developers/build-or-access-oracle-programs/example-crypto-price-feed.md)
- [Session-Aware Equity Price Feed](https://docs.seda.xyz/home/for-developers/build-or-access-oracle-programs/session-aware-equity-price-feed.md): Using Pyth Core to build a trading session-aware equity feed deployable to SEDA Fast or SEDA Core.
- [Define Your Delivery Method](https://docs.seda.xyz/home/for-developers/define-your-delivery-method.md): Start using your Oracle Program in production with different delivery methods.
- [SEDA FAST](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast.md)
- [What is SEDA Fast?](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast/what-is-seda-fast.md)
- [Getting Started](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast/getting-started.md)
- [REST API](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast/getting-started/rest-api.md)
- [WebSocket API](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast/getting-started/websocket-api.md)
- [API Reference](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast/api-reference.md)
- [REST API](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast/api-reference/rest-api.md)
- [WebSocket API](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast/api-reference/websocket-api.md)
- [Advanced Usage](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast/advanced-usage.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 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.seda.xyz/home/for-developers.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.
