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

# FAQ

## FAQ

**Do I need developer accounts on each platform?** No. Social CLI handles all OAuth and API access. You just click Connect in the dashboard.

**Can my existing AI agent use this?** Yes. Use the MCP server for Claude or Cursor, or hit the REST API from any language.

**What happens when credits run out?** API calls return `402 Payment Required`. Top up via the dashboard or use X402 for pay-per-use.

**Which blockchains are supported for payments?** Solana (primary), Base, Ethereum, Polygon, Arbitrum, BSC. All payments in USDC.

**Can I use this for multiple clients or brands?** Yes. Each social account is independent. Ultimate plan supports all 14 platforms.

**What if a post fails?** You will see it in the dashboard with a Failed status. Click retry to re-attempt. Retrying costs 2 credits.

**How do I cancel my subscription?** Go to Plans and your active plan shows a cancel option. Changes take effect at the end of your current billing cycle.

**What is the difference between the CLI and the MCP server?** The CLI is for humans and scripts - you run commands in a terminal. The MCP server is for AI agents - it exposes the same capabilities as tools that any MCP-compatible LLM can call automatically.

<br>


---

# 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://socialcli.gitbook.io/socialcli-docs/faq.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.
