# Oracle Deployment

In this page, we describe how you can deploy Spectra Oracles.&#x20;

* [Deterministic Oracles](/integration-reference/spectra-oracles/deterministic-oracles.md): deployment through `SpectraPriceOracleFactory`&#x20;
* [TWAP Oracles](/integration-reference/spectra-oracles/twap-oracles.md): deployment through `TwapOracleFactoryNG` and `TwapOracleFactorySNG` , the former used for `twocrypto-ng` pools, the latter for `stableswap-ng` .&#x20;


---

# 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://dev.spectra.finance/integration-reference/spectra-oracles/oracle-deployment.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.
