# Custom Feeds

- [Build and Deploy Feed](/custom-feeds/build-and-deploy-feed.md)
- [Build with UI](/custom-feeds/build-and-deploy-feed/build-with-ui.md): Build, simulate, and publish a custom Switchboard feed definition using the Feed Builder web app.
- [Build with TypeScript](/custom-feeds/build-and-deploy-feed/build-with-typescript.md): Design, simulate, and publish Switchboard feed definitions using TypeScript (Solana and EVM compatible patterns).
- [Deploy Feed](/custom-feeds/build-and-deploy-feed/deploy-feed.md): How deployment works across Solana/SVM and EVM, and what "deploying a feed" actually means per chain.
- [Advanced Feed Configuration](/custom-feeds/advanced-feed-configuration.md): FAQ on Feed Resolution and Common Feed Examples
- [Data Feed Variable Overrides](/custom-feeds/advanced-feed-configuration/data-feed-variable-overrides.md): Using variable overrides in data feeds for dynamic configuration and secure API integration
- [Variables with CacheTask](/custom-feeds/advanced-feed-configuration/variables-with-cachetask.md): Storing variables with CacheTask
- [REST APIs with HttpTask](/custom-feeds/advanced-feed-configuration/rest-apis-with-httptask.md): How to use HttpTask and JsonParseTask
- [How Feeds are Resolved](/custom-feeds/advanced-feed-configuration/how-feeds-are-resolved.md): Feed resolution description and variable expansion tutorial.
- [Bounding Results](/custom-feeds/advanced-feed-configuration/bounding-results.md)
- [Decentralized Exchanges](/custom-feeds/advanced-feed-configuration/decentralized-exchanges.md): Some common tasks relating to Decentralized Exchanges and DeFi.
- [Oracle Aggregator](/custom-feeds/advanced-feed-configuration/oracle-aggregator.md): Switchboard can fetch data from a number of oracles. Here's how to use them.
- [Time-Weighted Average Prices](/custom-feeds/advanced-feed-configuration/twap.md): Calculate time-weighted average prices using SurgeTwapTask
- [FAQ](/custom-feeds/advanced-feed-configuration/faq.md): Frequently Asked Questions
- [Task Types Reference](/custom-feeds/task-types.md)
