# Reference

- [API Reference](https://pystreamapi.pickwicksoft.org/reference/api-reference.md)
- [Intermediate Operations](https://pystreamapi.pickwicksoft.org/reference/api-reference/intermediate-operations.md)
- [Terminal Operations](https://pystreamapi.pickwicksoft.org/reference/api-reference/terminal-operations.md)
- [Numeric Stream](https://pystreamapi.pickwicksoft.org/reference/api-reference/numeric-stream.md)
- [Error handling](https://pystreamapi.pickwicksoft.org/reference/api-reference/error-handling.md): Work with data that you don't know
- [Conditions](https://pystreamapi.pickwicksoft.org/reference/conditions.md): Speed up your workflow!
- [Type Conditions](https://pystreamapi.pickwicksoft.org/reference/conditions/type-conditions.md)
- [Numeric Conditions](https://pystreamapi.pickwicksoft.org/reference/conditions/numeric-conditions.md)
- [String Conditions](https://pystreamapi.pickwicksoft.org/reference/conditions/string-conditions.md)
- [Date conditions](https://pystreamapi.pickwicksoft.org/reference/conditions/date-conditions.md)
- [Data Loaders](https://pystreamapi.pickwicksoft.org/reference/data-loaders.md)


---

# 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://pystreamapi.pickwicksoft.org/reference.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.
