# Determining whether users can create accounts

By default, the Tonic Structural login page provides an option to create a new Structural account.

Any user who has access to the Structural URL can create an account.

On a self-hosted instance, to prevent any new accounts, set the [environment setting](/app/admin/environment-variables-setting.md) `TONIC_DISABLE_ACCOUNT_CREATION` to true.

You can configure this setting from **Structural Settings**. So you can set it to `false` whenever a user needs to create an account, and then set it to `true` to once again prevent account creation.


---

# 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://docs.tonic.ai/app/admin/tonic-user-access/user-access-enable-disable-account-creation.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.
