# FAQ

## Which sources should I pick for my feed?

We generally recommend sourcing data from where an asset is most actively traded / liquidity is greatest for price feeds. This can mean sourcing data from a large centralized exchange versus a small AMM.

Exchanges with low liquidity/volume can become manipulable by bad actors if small enough, so it's up to feed owners to configure their sources and find something that works within their risk parameters.

## How do I get a new Task Type added?

It's recommended to exhaust all options for fetching the data you desire using existing task types before requesting new task types, but if it requires a custom On-Chain SDK, please [reach out ](https://discord.gg/TJAv6ZYvPC)and it can get added to the roadmap.


---

# 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/advanced-feed-configuration/faq.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.
