# Unavailable accounts and deleted channels

Sometimes the TweetShift Dashboard and the `t!autopost list` command may display some accounts as `@unavailable-account` or have their channel as `#deleted-channel`.

#### Unavailable Accounts

This means that the Twitter account you had registered is no longer accessible from TweetShift's systems. This could mean any of the following:

* The account went Private/Protected
* The account was suspended by Twitter
* The account was deleted or disabled by the user

  If this happens, you can attempt to resolve the issue by deleting the subscription and trying to add it again.

{% hint style="warning" %}
Please note that Unavailable Accounts can only be deleted from the Dashboard.
{% endhint %}

#### Deleted channels

This means that the channel which the account was subscribed in no longer exists. Subscriptions in deleted channels can be deleted.


---

# 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://maiacodes.gitbook.io/tweetshift/auto-posting/unavailable-accounts-and-deleted-channels.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.
