> For the complete documentation index, see [llms.txt](https://docs.middle.app/middle-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.middle.app/middle-docs/guides/app-reference/abc-ignite/adding-a-new-club.md).

# Adding a new club

To add a new club to an app connection, follow these steps:

{% stepper %}
{% step %}

### Enter the club in the saved club list

The new club will need to be formatted with its respective timezone, for example `1234, US/Eastern`.

Click **Save**.

{% hint style="info" %}
Datetimes in ABC Ignite's API are returned without a timezone, therefore Middle needs to know the timezone of the location to assign a timezone to it.
{% endhint %}

<figure><img src="/files/ovHY0r7IicTAoppFuMwR" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Copy and paste the formatted club list

Copy and paste the formatted club list in the **Complete authorization** section below
{% endstep %}

{% step %}

### Enter App Id and App Key

Enter your **App Id** and **App Key** and click **Submit**

{% hint style="info" %}
Middle will check access with the first 5 clubs in the formatted club list. If any return a 4xx the submission will fail. Click to view the invocation to see which clubs are causing errors.
{% endhint %}
{% endstep %}

{% step %}

### Review the integration

It's best practice to make sure your re-submission did not cause the app connection to break.

To review the sync health follow the below steps:

1. Click on the **ABC Ignite** app connection in the left-hand menu
2. Click **View History** next to "Sync History"
3. Toggle **Autorefresh** on in the upper-right corner and review the statuses of recent syncs

You want syncs to finish with a status of OK. If their fail, you can click into the sync to review why.
{% endstep %}

{% step %}

### Run ad-hoc syncs

Once a new club is submitted, Middle will sync updated and created records on a going-forward basis. If you need to back-date data, you'll need to [run an ad-hoc sync](/middle-docs/faqs/how-do-i-back-sync-data.md) for that respective record type.
{% endstep %}
{% endstepper %}


---

# 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.middle.app/middle-docs/guides/app-reference/abc-ignite/adding-a-new-club.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.
