# Blocks

- [Break Block](https://interopxyz.gitbook.io/pdf-plus/components/blocks/break-block.md): Create a page break or line break Block
- [Dock Block](https://interopxyz.gitbook.io/pdf-plus/components/blocks/dock-block.md): Place a list of Blocks aligned horizontally on the page.
- [Drawing Block](https://interopxyz.gitbook.io/pdf-plus/components/blocks/drawing-block.md): Create a drawing Block from a list of geometry and text Shapes
- [Image Block](https://interopxyz.gitbook.io/pdf-plus/components/blocks/image-block.md): Create an image Block
- [List Block](https://interopxyz.gitbook.io/pdf-plus/components/blocks/list-block.md): Create an unordered (bulleted) list or numbered list Block
- [Text Block](https://interopxyz.gitbook.io/pdf-plus/components/blocks/text-block.md): Create a text Block
- [Fast Table Block](https://interopxyz.gitbook.io/pdf-plus/components/blocks/fast-table-block.md): Create a table block from a datatree of text as an input.
- [Table Block](https://interopxyz.gitbook.io/pdf-plus/components/blocks/table-block.md): Create a table Block from a list of DataSet objects
- [Basic Chart Block](https://interopxyz.gitbook.io/pdf-plus/components/blocks/basic-chart-block.md): Create a Bar, Column, Line, or Area Chart Block.
- [Pie Chart Block](https://interopxyz.gitbook.io/pdf-plus/components/blocks/pie-chart-block.md): Create a Pie Chart Block.
- [Join Text Fragments](https://interopxyz.gitbook.io/pdf-plus/components/blocks/join-text-fragments.md): Join Text or PDF+ Text Fragments into a larger fragment while maintaining each fragment's formatting.
- [Resize Block](https://interopxyz.gitbook.io/pdf-plus/components/blocks/resize-block.md): Resize Blocks that support fixed boundaries
- [Set Blocks](https://interopxyz.gitbook.io/pdf-plus/components/blocks/set-blocks.md): Sequentially place a list of Blocks into PDF Pages.
- [Get Blocks](https://interopxyz.gitbook.io/pdf-plus/components/blocks/get-blocks.md): Get the Blocks from Pages or Documents


---

# 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://interopxyz.gitbook.io/pdf-plus/components/blocks.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.
