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

# 🚪 Login, Account, and Subscriptions

### Log In and Account Access

When logging into the illust. system for the first or 100th time, the flow is the same. We provide two separate options for creating an illust account:

1. Sign in with a web3 wallet
2. Sign in with an email: **illust.** will send an email with a special code to activate your account. If you don't see the email, please check the spam folder just in case! Once you see the code in your email, please input the digits back on the illust. website.&#x20;

The studio's architecture is driven by the blockchain. In fact, when you sign in with an email, illust. uses "Magic" to produces a non-custodial wallet that is assigned to your account. This gives you the ability to activate the blockchain functionality in the studio and provide more interoperability amongst other web3 applications.

### Account Profile

Creators on **illust.** can fill out the following profile information at this time:

* Username
* Email
* First Name
* Last Name
* Bio

Wallet address is currently fixed based upon your log in method (email or wallet).

### Account Licenses (Upgrades and Cancellations)

Depending on your usage of the platform, illust. has a variety of different plans to choose from. These plans will be updated based upon your usage and/or new features that are available.

To cancel your subscription, please select the "Cancel Subscription" button. This will immediately freeze your account. If you're engaged with a trial, your access will continue until the closure of the trial timefraem.

<figure><img src="/files/AM2B2adXbylF8yg6gVqg" alt=""><figcaption></figcaption></figure>


---

# 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://illust.gitbook.io/illust-studio/resources/login-account-and-subscriptions.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.
