> For the complete documentation index, see [llms.txt](https://docs.crowdwork.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crowdwork.com/for-theatres/setup-your-theatre-account/connecting-your-square-account.md).

# Connecting Your Square Account

Connecting your Square account is a vital step to enable seamless transactions on CrowdWork. Square serves as one of our trusted partners for processing payments, facilitating the transfer of your ticket revenue directly to you. Fortunately, the setup process is straightforward and can be completed in just a few quick steps.

{% hint style="success" %}
**Get Square and get paid!**

While offering free event tickets is possible with any CrowdWork account, ***linking a Square account is required for selling paid tickets***. If you've never used Square, no worries! Square accounts are free and [you can get one here](http://squareup.com/i/FOURTHWTIX).
{% endhint %}

<figure><img src="/files/WoG6qysuRMLi3qdy9ZC7" alt="" width="157"><figcaption><p>Theatre Details in the CrowdWork Dashboard menu</p></figcaption></figure>

### Connect Your Square Account

To ensure smooth transactions for your CrowdWork account, connecting to Square is crucial.

Here's a guide to get you started:

1. Ensure you have a Square account. Don't have one? [Create a free Square account here](http://squareup.com/i/FOURTHWTIX).
2. From your [Admin Dashboard Homepage](https://crowdwork.com/dashboard), click the "Connect Square Account" button.\
   \&#xNAN;*or*\
   Navigate to **Theatre > Theatre Details**, and then click on "Connect Square Account" in the upper-right corner.
3. Enter your Square account credentials when prompted on the Square website. Once done, you will see a confirmation message on your CrowdWork dashboard.

Your Square account is now linked and ready to accept payments inside your CrowdWork account!

<figure><img src="/files/RXUd2dZu1rhIGZ789ZNe" alt=""><figcaption><p>Example success message after connecting your Square account</p></figcaption></figure>

***

### **Changing Your Square Account**

If you need to switch to a different Square account, follow the same steps mentioned above. After logging in with your new Square account, you'll be redirected back to your CrowdWork dashboard with the new connection active.

### **Disconnecting Your Square Account**

To completely remove your Square account connection, simply [contact our support team](/contacting-support.md), and we'll assist in permanently disconnecting Square from your CrowdWork account.

For questions about deleting your Square account entirely, please contact Square directly.

***

A linked Square account makes it even easier to sell tickets and get paid on CrowdWork. If you have any questions or need further assistance, feel free to [reach out to us](/contacting-support.md).

\ <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://docs.crowdwork.com/for-theatres/setup-your-theatre-account/connecting-your-square-account.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.
