# Account and settings

Two related surfaces for everything per-user: the **Profile** page (your name, email, company, role, and the Delete-account action) and the **Settings** page (language, theme, graphics, extensions). Both are reachable from the avatar menu in the top-right of any Intangible page.

## How sign-in works

Sign-in is passwordless via magic link.

1. Visit `studio.intangible.ai`.
2. Type your email into the **Email address** field on the welcome screen.
3. Click **Continue.** Intangible emails you a one-time sign-in link.
4. Click the link in your inbox; you land in your workspace.

If your team uses Google or Microsoft SSO, click **Continue with Google** or **Continue with Microsoft** instead of typing an email.

## Avatar menu

The avatar in the top-right of the editor (and the homepage) is the entry point for everything account-related.

![Avatar dropdown open from the top-right corner of the homepage. Header shows the user's full name and the Studio version (e.g. "version 2.0.7x"). Three menu items below: Profile, Settings, Log out](/files/PdJQ3HAZetaAtBYMpHHg)

The dropdown shows your name, the current Studio version, and three actions:

* **Profile** – opens `studio.intangible.ai/profile` for your account fields.
* **Settings** – opens `studio.intangible.ai/settings/general` for the General / Studio Graphics / Studio Extensions tabs.
* **Log out** – signs the current session out.

## Profile page

The Profile page lives at `studio.intangible.ai/profile`. Use it to change your account fields and to delete your account.

![Profile page at /profile titled "Account options". Fields visible: First name, Last name, Email (redacted in this screenshot), Company name, Industry, Department, Role. A red Delete account action sits at the bottom.](/files/WNWdA9tyeYg7JZAVpina)

| Field                          | What it does                                                                                                                                                                                                                                                                     |
| ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **First name** / **Last name** | Display name on shared projects and in collaborator-list rows.                                                                                                                                                                                                                   |
| **Email**                      | The address that receives sign-in magic links and notifications. Changing the email sends a verification link to the new address before the change takes effect.                                                                                                                 |
| **Company name**               | Free-text. Used in some team-onboarding flows.                                                                                                                                                                                                                                   |
| **Industry**                   | Dropdown. Used internally to tune defaults; doesn't change product behavior visibly.                                                                                                                                                                                             |
| **Department** / **Role**      | Self-described function. Same use as Industry.                                                                                                                                                                                                                                   |
| **Delete account**             | Red action at the bottom. Permanently removes the account and all personal-workspace projects. Team workspaces require explicit handoff before deletion (see [Permissions](/teams-and-billing/permissions.md) and [Project ownership](/teams-and-billing/project-ownership.md)). |

## Settings page

`studio.intangible.ai/settings/general`. Three tabs across the top.

![Settings page on the General tab, showing the three top-tabs (General / Studio Graphics / Studio Extensions) and the Language, Theme, and Reduce motion options](/files/0EJaznKT0dY0WC9MPtlB)

### General

* **Language.** UI language. English plus several non-English locales are exposed. The dropdown changes UI strings; product features and prompts are unaffected.
* **Theme.** Light, Dark, or System (follow the OS-level preference). Takes effect immediately.

### Studio Graphics

Performance-tuning controls for the 3D viewport. None of these affect rendered visualizer output; they affect what's displayed live as you build and compose.

* **Ambient Occlusion.** Toggles the shading that darkens crevices and corners between objects in the viewport. Looks better on; runs faster off. On lower-spec hardware, turn off if the viewport is sluggish.
* **Viewport maximum object count.** Caps the number of objects rendered live in the viewport. Very large scenes (city populators, dense forests) can crash the browser without this cap. Lower the count if you're hitting crashes; raise it if your hardware can handle the full scene.
* **Reduce Motion.** Damps UI animations across the workspace. Follow system preference or override independently.

### Studio Extensions

Opt-in surface for experimental features in testing. Features Intangible is rolling out gradually appear here as toggles before general release. If a release note mentions a feature you don't see in the product, check this tab; it may be available behind an Extensions toggle.

## Logging out

**Log out** in the avatar menu signs out the current session. Sign back in through the same magic-link flow at `studio.intangible.ai`.

If you sign in on a shared machine, log out when you're done; sessions persist until explicitly ended.

## When to reach for it

* **First sign-in.** Set the language under General if it's not your default. Toggle the theme to match how you prefer to work.
* **Email change.** Profile page → Email field. The new address verifies before taking effect.
* **Switching machines.** Re-tune Studio Graphics on a different rig.
* **Trying a preview feature.** Turn it on under Studio Extensions.
* **Deleting your account.** Profile page → Delete account. Hand off team workspaces first.

## Limits and known issues

* **Settings are per-account, not per-team.** Switching team workspaces doesn't change settings. Your theme preference is yours regardless of where you're working.
* **Email change requires verification.** A change-of-email link is sent to the new address. Until the user clicks it, the old address remains the account email.

## Related

* [Sign up and set up](/overview/get-started/sign-up-and-set-up.md)
* [The homepage](/overview/get-started/the-homepage.md)
* [Workspaces](/teams-and-billing/workspaces.md)
* [Permissions](/teams-and-billing/permissions.md)


---

# 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.intangible.ai/overview/reference/account.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.
