# Managing accounts

[Previously, you learned how to connect a new account](/kb/appmixer-studio-features/connected-accounts/connecting-a-new-account.md). Now, we'll show you how to manage your accounts. There are a couple of things you can do with your accounts:

* test the connection,
* rename the connection,
* see the flows where the connection is used,
* revoke the connection.

{% embed url="<https://youtu.be/R4YSY_HYbJg>" %}
Managing accounts
{% endembed %}

Have you noticed the Accounts tab in the designer? Great! That's where all your connected accounts live.

![Navigate to the Accounts tab](/files/-MfHmrYhhuOpEiAUMFnY)

From here, you can do all the actions stated above. Even though we've designed the UI to guide you, let's go through all the actions one by one.

### Test your connection

Your flows depend on a successfully connected account. At least the ones using integrations with third-party platforms. One way to see if all connections are running like butter is to test them, either using the bulk action or testing them one by one.

![Test your connections one by one, or using the bulk action](/files/-MfHnCjFdqC-wbfE2E8U)

"Tested" means there is nothing stopping you from using your connection. "Failed", on the other hand, requires your attention or attention of your developers.

{% hint style="info" %}
Should your developers need help handling the app registration, [send them our API documentation](https://docs.appmixer.com/appmixer).
{% endhint %}

### Rename the connection

The default names of your connections may be a little bit messy. You can easily rename them to keep your account organised and clear for you and your colleagues.

![Rename the connection](/files/-MfHnvBZWtZCZ1Ee8ubb)

### See the flows where the connection is used

One of the features that comes in handy is to see where the connected account is used. From here, you can go directly to the flow.

![See where the connection is used](/files/-MfHoFHZwv5vie8vczX_)

### Revoke the connection

There are thousands of platforms people use to get their job done. To prevent your Appmixer account from being messy and disorganised, make sure to disconnect the account you no longer use.

![Revoke a connection](/files/-MfHoaoEuYqSm8JPEQ8X)

{% hint style="info" %}
Note that Appmixer automatically stops all the flows the removed account was used in.
{% endhint %}

Good job! 👏  You learned about the ways to create and manage your connected accounts in Appmixer. [Next, we'll look at Data storage](/kb/appmixer-studio-features/data-storage.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://docs.appmixer.com/kb/appmixer-studio-features/connected-accounts/managing-accounts.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.
