> For the complete documentation index, see [llms.txt](https://docs.decorx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decorx.com/overview/readme.md).

# Welcome to DecorX

DecorX helps furniture brands, sales teams, and design teams **prepare product information**, **apply brand rules**, and **create lifestyle imagery** from their catalog, so presentations, campaigns, and client conversations stay consistent and current.

***

### How the main areas fit together

1. **Products (Product Library)** — Your catalog lives under **Products** in the Portal. This is where items live with the photos and details you will generate from.
2. **Brand Kits** — Brand Kits define the rules, references, and guidelines that help steer how images look and feel.
3. **Batch Generator** or **Designer** —
   * **Batch Generator** is built for groups of products and structured runs, such as many items or rooms in one project.
   * **Designer** is for creative projects. Each project opens a **Designer Canvas** where you can arrange work from your catalog and files.
4. **Gallery** — Generated images collect here for the workspace so you can review, download, and manage them in one place.
5. **Settings** includes **Plan & usage** for credits and subscription details when your workspace has that enabled. If you do not see billing or plan controls, ask your workspace admin or the DecorX team.

***

### Where to begin

Open **Home** to see **Recent batches** and **Recent images**, which are shortcuts back into the **Batch Generator** and **Gallery**.

On larger screens, you may see a **Getting started** checklist in the sidebar with shortcuts into key areas. If it is not visible, you can follow [Getting started](/overview/publish-your-docs.md) or ask your workspace admin.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.decorx.com/overview/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
