> 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-agents.md).

# For Agents

- [Getting Started](https://docs.seda.xyz/home/for-agents/getting-started.md): A master runbook for agents building on SEDA: choose data source, decide Fast vs Core, deploy Oracle Programs, and verify/relay results.
- [Agent Modules](https://docs.seda.xyz/home/for-agents/agent-modules.md): Index of agent-ready runbooks for SEDA. Use these pages as the source of truth for building, deploying, and executing Oracle Programs.
- [Accessing Data On SEDA](https://docs.seda.xyz/home/for-agents/agent-modules/accessing-data-on-seda.md): Choose and specify your data source (supported feeds, public API, private API, website-only) and determine when a Data Proxy is required.
- [HTTP Fetch Timeouts](https://docs.seda.xyz/home/for-agents/agent-modules/http-fetch-timeouts.md)
- [Deploying Data Proxies](https://docs.seda.xyz/home/for-agents/agent-modules/deploying-data-proxies.md): This page guides you through deploying a data proxy on the SEDA Network to consume private or proprietary data without revealing secrets.
- [Build And Test Oracle Programs](https://docs.seda.xyz/home/for-agents/agent-modules/build-and-test-oracle-programs.md): Build the SEDA starter kit Oracle Program to WASM and run local tests before deploying, so agents can validate behavior without guessing.
- [Wallets And Tokens](https://docs.seda.xyz/home/for-agents/agent-modules/wallets-and-tokens.md): Set up Keplr and fund a testnet SEDA account. Required for deploying Oracle Programs (including those later executed via Fast).
- [Execute On SEDA Fast](https://docs.seda.xyz/home/for-agents/agent-modules/execute-on-seda-fast.md): Execute Oracle Programs through SEDA Fast (API-first). Includes canonical curl examples and links to Fast OpenAPI docs.
- [Deploy Oracle Program (Upload to SEDA Network)](https://docs.seda.xyz/home/for-agents/agent-modules/deploy-oracle-program-upload-to-seda-network.md): Deploy an Oracle Program to SEDA Core, capture Program ID, and post a Data Request. Includes env template and command checkpoints.# Deploy + execute via SEDA Core  Core uses an onchain request lifecyc
- [Prover Contract Deployments](https://docs.seda.xyz/home/for-agents/agent-modules/prover-contract-deployments.md): Select the correct prover contract address for your target EVM network using SEDA’s official deployments table.
- [EVM Hardhat Integrations](https://docs.seda.xyz/home/for-agents/agent-modules/evm-hardhat-integrations.md): Set up the Hardhat integration to post requests and read results from SEDA Core using the prover contract on your target EVM network.
- [LLMs txt](https://docs.seda.xyz/home/for-agents/llms-txt.md): SEDA For Agents Index (machine-readable)


---

# 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://docs.seda.xyz/home/for-agents.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.
