> For the complete documentation index, see [llms.txt](https://docufi3d.gitbook.io/docufi3d/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docufi3d.gitbook.io/docufi3d/how-to/login.md).

# Login

**How to Login**

#### Option 1: Email and Password

1. Visit [Docufi3d login.](/docufi3d/docufi3d.com.md)
2. Enter your **Email Address**.
3. Enter your **Password**.
4. Click **Login**.

Upon successful login, you will be redirected to your Docufi3d Dashboard.

#### Option 2: Login with Google

You can log in using your existing **Google account**:

1. On the Login Page, click the **"Sign in with Google"** button.
2. A Google authentication window will appear. Choose your Google account.
3. Grant any necessary permissions.
4. After authentication, you will be redirected to your Dashboard.

#### Option 3: Login with Microsoft

You can log in using your **Microsoft account** (e.g., Outlook, Office365):

1. On the Login Page, click the **"Sign in with Microsoft"** button.
2. A Microsoft authentication window will open. Choose your account or enter your credentials.
3. Accept any permission requests.
4. You will be redirected to your Dashboard after successful authentication.

### Forgot Password?

If you forgot your password:

1. Click on the **"Forgot Password?"** link below the login form.
2. Enter your registered email address.
3. Follow the instructions emailed to you for resetting your password.


---

# 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://docufi3d.gitbook.io/docufi3d/how-to/login.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.
