# Running a Switchboard Oracle

All [data feeds](/custom-feeds/build-and-deploy-feed.md) within the Switchboard protocol are sourced from a network of oracles that validate and submit the raw data required to update a data feed. Interested in becoming part of this network by running your own oracle? You're in the right place.

This guide provides step-by-step instructions for setting up and managing your Oracle on Switchboard. It covers everything from initial configuration to ongoing maintenance.

[Get started](/how-it-works/switchboard-protocol/running-a-switchboard-oracle/prerequisites.md)


---

# Agent Instructions: 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/how-it-works/switchboard-protocol/running-a-switchboard-oracle.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.
