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

# Control Center

The Control Center is Hyperswitch's no-code dashboard — the window into your payments. Connect processors, run and monitor payments, set up smart routing, handle refunds and disputes, analyze performance, and administer your team, all without writing code.

New here? Start with [Getting Started](/integration-guide/control-center/getting-started.md) — it explains the account hierarchy and the Test/Live switch that everything else depends on.

### Documentation sections

| Section                 | What you will find                                                                                                                                                      |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1. Getting Started      | What the Control Center is, logging in, Test vs Live mode, the Org → Merchant → Profile hierarchy, a dashboard tour, other product modules, and your first test payment |
| 2. Operations           | Day-to-day work: Payments, Refunds, Disputes, Customers, Payouts                                                                                                        |
| 3. Connectors           | Connect payment processors, configure payment methods (PMTs), and other processor types                                                                                 |
| 4. Workflow             | Routing, Intelligent Routing, 3DS Decision Manager, Surcharge, Fraud & Risk                                                                                             |
| 5. Analytics & Insights | Success-rate trends, per-connector performance, failure reasons, and reports                                                                                            |
| 6. Developers           | API Keys, Webhooks, and payment settings for your integration                                                                                                           |
| 7. Users                | Invites, team & roles (RBAC)                                                                                                                                            |

### Quick starts by role

* Just exploring? → [Getting Started](http://01-getting-started.md) → make a first test payment.
* Setting up payments? → Connectors → Configure PMTs → Routing.
* Running operations? → Payments, Refunds, Disputes.
* Integrating in code? → API Keys → Webhooks.
* Administering the account? → Team & Roles.


---

# 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://docs.hyperswitch.io/integration-guide/control-center.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.
