# Blocks

- [Account Menu block](https://docs.vendorfuel.com/blocks/account-menu-block.md): Block for displaying the Account Menu.
- [Cart Menu block](https://docs.vendorfuel.com/blocks/cart-menu-block.md): Block for displaying the Cart Menu.
- [Catalog Search block](https://docs.vendorfuel.com/blocks/catalog-search-block.md): Block for displaying a public catalog search.
- [Register block](https://docs.vendorfuel.com/blocks/register-block.md): This block allows users to register a new VendorFuel account.
- [Shopping Lists block](https://docs.vendorfuel.com/blocks/shopping-lists-block.md): Displays a list of the user's saved shopping lists, where the user can add items to cart, edit quantities, and remove items.
- [Welcome Page block](https://docs.vendorfuel.com/blocks/welcome-page-block.md): Block for displaying content to punchout users after they sign in.


---

# 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.vendorfuel.com/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.
