# Sign In & Account Setup

<details>

<summary>How do I sign into the laiout app?</summary>

To log into the app for the first time, find the invitation email you received from <info@laiout.co>, click on the "sign in to laiout " button, insert your email address and create a password.

</details>

<details>

<summary>I don't have an account yet. How do I get access to laiout?</summary>

You need to request an invite link from your organisation's Admin. You will then receive an invite on your email from <info@laiout.co> (Check Spam folder as some IT filters block the email the first time)

</details>

<details>

<summary>I didn't receive an invitation email. What do I do?</summary>

If you didn't receive an invitation, please first check your Spam folder. Otherwise, you can click on "forgot password" and request a new one to login.

</details>

<details>

<summary>How do I set up an organisation?</summary>

When beginning your journey with laiout, our team will create a new organisation environment and provide you access to it.

**Video guide:** [laiout lessons - How to navigate your dashboard & create new projects](https://www.youtube.com/watch?v=BVJPfnaXXT0)

</details>

***

## Video guides

{% embed url="<https://www.youtube.com/watch?v=BVJPfnaXXT0>" %}

<details>

<summary>How do I change my password?</summary>

On the login screen, click "Forgot password?" below the login button. Enter your email address and click "Send magic link." You will receive an email to reset your password. Alternatively, if you are already logged in, open the side panel by clicking on your initials, click on the 3 dots next to your email address at the bottom of the panel, and select "Reset Password."

</details>

<details>

<summary>How do I set up 2FA?</summary>

To set up 2-Factor Authentication, open the side panel by clicking on your initials, click on 3 dots next to your email address at the bottom of the panel, and select "Configure 2FA".

</details>

<details>

<summary>I lost access to my account/organisation. What do I do?</summary>

Please contact your organisation's Admin, they will be able to invite you again to your account or reach out to your <info@laiout.co>.

</details>


---

# 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.laiout.co/getting-started/sign-in-account-setup.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.
