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

# Welcome to laiout

Your complete guide to AI-powered commercial space planning.

laiout transforms how landlords, tenants, brokers, designers, and flex operators plan and visualise office spaces. This Knowledge Hub covers everything you need to get started, design layouts, export deliverables, and manage your organisation.

## Quick links

| I want to...                           | Go to                                                                                           |
| -------------------------------------- | ----------------------------------------------------------------------------------------------- |
| Understand what laiout does            | [What is laiout](/welcome/what-is-laiout.md)                                                    |
| Get set up and create my first plan    | [Sign In & Account Setup](/getting-started/sign-in-account-setup.md)                            |
| See how laiout works for my use case   | [How Tenants Use laiout](/explore-by-customer/how-tenants-use-laiout.md)                        |
| Learn about upload options             | [Uploading Floor Plans](/getting-started/uploading-floor-plans.md)                              |
| Design and edit layouts                | [Generating Layout Options](/designing-your-space/generating-layout-options.md)                 |
| Export to PDF, CSV, CAD, Revit, or IFC | [PDF Export](/sharing-and-exporting/pdf-export.md)                                              |
| Understand compliance settings         | [Supported Countries & Standards](/compliance-and-regulations/supported-countries-standards.md) |
| Manage my team and organisation        | [User Roles & Permissions](/organisation-settings/user-roles-permissions.md)                    |

## Need help?

If you cannot find what you are looking for, reach out to our team at <info@laiout.co>.


---

# 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://help.laiout.co/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.
