# Manifest & Components

- [Manifests](https://docs.substreams.dev/reference-material/manifest-and-components/manifests.md): StreamingFast Substreams manifests reference
- [Packages](https://docs.substreams.dev/reference-material/manifest-and-components/packages.md): Learn about basics of Substreams packages
- [Module Types](https://docs.substreams.dev/reference-material/manifest-and-components/types.md): StreamingFast Substreams module types
- [Module Inputs](https://docs.substreams.dev/reference-material/manifest-and-components/inputs.md): StreamingFast Substreams module inputs
- [Module Outputs](https://docs.substreams.dev/reference-material/manifest-and-components/outputs.md): StreamingFast Substreams module outputs
- [Module Handlers](https://docs.substreams.dev/reference-material/manifest-and-components/setting-up-handlers.md): StreamingFast Substreams module handlers
- [Indexes](https://docs.substreams.dev/reference-material/manifest-and-components/indexes.md)
- [Keys in Stores](https://docs.substreams.dev/reference-material/manifest-and-components/keys-in-stores.md): Using keys in stores
- [Parameterized Modules](https://docs.substreams.dev/reference-material/manifest-and-components/parameterized-modules.md)
- [Dynamic Data Sources](https://docs.substreams.dev/reference-material/manifest-and-components/dynamic-data-sources.md): Dynamic data sources and Substreams
- [Aggregation Windows](https://docs.substreams.dev/reference-material/manifest-and-components/aggregation-windows.md): Building and freeing up aggregation windows


---

# 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.substreams.dev/reference-material/manifest-and-components.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.
