# Account builder

Account builder let you build a custom woocommerce account dashboard.

1. Add element "**Account Layout**" which is required and will hold everything inside.
2. Use "**Account navigation items**" element to build your navigation. You need to set an url slug for each navigation item. E.g. Account orders -> orders
3. Then add element "**Account Route content**" which is a container to hold the content for each account endpoint. To connect it with your navigation you need to set a slug for each Route as well. So if you set slug "orders" for one Route element, that element will be connect with navigation item with slug "orders".
4. To make it easier, we have created a simple demo which is being imported when you add Account Layout element so you can start building from that.


---

# 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.woohoo.dance/elements/account-builder.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.
