# Build and Deploy Feed

This section covers how to create and deploy custom Switchboard data feeds.

### [Build with UI](/custom-feeds/build-and-deploy-feed/build-with-ui.md)

Use the visual interface to create feeds without writing code. Build, simulate, and publish feed definitions directly from the web app.

### [Build with TypeScript](/custom-feeds/build-and-deploy-feed/build-with-typescript.md)

Create and manage feeds programmatically for more complex use cases, CI/CD integration, or dynamic feed generation.

### [Deploy Feed](/custom-feeds/build-and-deploy-feed/deploy-feed.md)

Learn how deployment works across Solana/SVM and EVM chains, and what "deploying a feed" means for each.


---

# 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/custom-feeds/build-and-deploy-feed.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.
