# Account orders

## Overview

Displays a list of the customer's recent orders (up to 10) with a link to view all orders if there are more. Each order is rendered using the c\_\_order-item snippet.

## Common use cases

* Display customer order history in account sections
* Ensure c\_\_order-item snippet is properly configured
* Consider adding pagination for better performance with many orders
* Add loading states for better user experience

## Block settings

This block has no configurable settings.


---

# 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://help.brickspacelab.com/slab/content/blocks/utility/account-orders.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.
