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

# Account Management

## How do I change my profile settings?

Clicking on “Profile” in the navbar in the bottom left brings up a modal, from there you can click `Profile & Settings` where you can adjust your profile settings. However, you’ve still got one more button to press to `Manage Your Account`.

We use a third party ([Strivacity](https://www.strivacity.com/)) to wrangle your identity and user account. We’re security folks, and we know that rolling your own Authentication and Authorization platform is A Bad Idea (tm). We leverage Strivacity to do all that seamlessly. When you log-in to Turngate, you’re actually logging in to Strivacity and we get the handoff from them once you’ve satisfied your authentication requirements.

{% hint style="info" %}
Turngate supports SSO for your organization, but we don’t have it wired up to self serve yet. If you’re interested in turning on SSO, [let us know](mailto:support@turngate.io) and we’ll get you setup.
{% endhint %}

## How do I delete my account?

Done with Turngate? Want us to delete your account or your whole organization’s tenant? No problem. We haven’t wired up the ability to self serve that yet, but you can [ping us](mailto:support@turngate.io) and we’ll take care of it for you.


---

# 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://support.turngate.io/account-management/account-management.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.
