# X (Twitter)

## Post failed: "You are not permitted to perform this action"

This error from X/Twitter has three common causes:

1. **Authorization expired** — Go to [Settings > Social Accounts](https://my.blotato.com/settings), find your X/Twitter account, and click Reconnect. Re-authorize the app, then retry your post.
2. **Account not warmed up** — If your X account is new, Twitter restricts API publishing until the account is established. Log into Twitter directly and post manually for 1-2 weeks before connecting Blotato. See: [Warm Up New Accounts](/settings/social-accounts.md)
3. **Identity verification required** — Log into your Twitter account directly. Twitter may prompt you to verify your phone number or email before allowing third-party app access. Complete any verification steps, then reconnect your account in Blotato and retry.


---

# 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://help.blotato.com/platforms/faqs.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.
