# libraries

- [Standard Library (Std)](https://docs.stof.dev/libraries/standard-library-std.md): Library for standard operations (print, assert, etc.).
- [Type Libraries](https://docs.stof.dev/libraries/type-libraries.md): Libraries linked with Stof types.
- [Blob Library (Blob)](https://docs.stof.dev/libraries/type-libraries/blob-library-blob.md): Linked with the "blob" type.
- [Data Library (Data)](https://docs.stof.dev/libraries/type-libraries/data-library-data.md): Linked with the "data" type.
- [Function Library (Fn)](https://docs.stof.dev/libraries/type-libraries/function-library-fn.md): Linked with the "fn" type.
- [List Library (List)](https://docs.stof.dev/libraries/type-libraries/list-library-list.md): Linked with the "list" type.
- [Map Library (Map)](https://docs.stof.dev/libraries/type-libraries/map-library-map.md): Linked with the "map" type.
- [Number Library (Num)](https://docs.stof.dev/libraries/type-libraries/number-library-num.md): Linked to number types.
- [Object Library (Obj)](https://docs.stof.dev/libraries/type-libraries/object-library-obj.md): Linked with the "obj" type.
- [Set Library (Set)](https://docs.stof.dev/libraries/type-libraries/set-library-set.md): Linked with the "set" type.
- [String Library (Str)](https://docs.stof.dev/libraries/type-libraries/string-library-str.md): Linked with the "str" type.
- [Tuple Library (Tup)](https://docs.stof.dev/libraries/type-libraries/tuple-library-tup.md): Linked with tuple types.
- [Semantic Version Library (Ver)](https://docs.stof.dev/libraries/type-libraries/semantic-version-library-ver.md): Linked with the "ver" type.
- [Prompt Library (Prompt)](https://docs.stof.dev/libraries/type-libraries/prompt-library-prompt.md): Linked with the "prompt" type.
- [Time Library (Time)](https://docs.stof.dev/libraries/time-library-time.md): Library for Time ("system" feature).
- [File System Library (fs)](https://docs.stof.dev/libraries/file-system-library-fs.md): File System Library ("system" feature)
- [Markdown Library (Md)](https://docs.stof.dev/libraries/markdown-library-md.md): Markdown library.
- [HTTP Network Library (Http)](https://docs.stof.dev/libraries/http-network-library-http.md): Http Library ("http" feature)
- [Image Library (Image)](https://docs.stof.dev/libraries/image-library-image.md): Image Library ("image" feature)
- [PDF Library (Pdf)](https://docs.stof.dev/libraries/pdf-library-pdf.md): PDF Data Library ("pdf" feature)
- [Age Encryption (Age)](https://docs.stof.dev/libraries/age-encryption-age.md): Age Data Library ("age\_encrypt" feature)


---

# 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.stof.dev/libraries.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.
