# Find board and list IDs in Trello

{% hint style="success" %}
Add the [ID Helper Power-Up](https://trello.com/power-ups/646cc3622176aebf713bb7f8) to the board you want to connect. This Power-Up identifies the board id and list id and card id when you click on a card.&#x20;
{% endhint %}

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

If you want to manually dig around without a Power-Up, here's how to find the board and list IDs you need for certain mods.

### Finding a board ID

You’ll need to specify a Trello board for some mods and bricks. To do this, you will need to provide the board ID.

To find the board ID, go to that Trello board in your browser, and add `.json` to the end of the URL.

{% hint style="info" %}
⚡ Your URL should look something like this.

```
<https://trello.com/b/HL3mOTHx/product-hunt-finds.json>
```

{% endhint %}

From there, you’ll see your Trello board disappear and a giant JSON object appears on the screen (aka, a lot of text).

The board ID is the very first value you see. Copy the content inside quotes just after `"id":` and that’s your Trello board’s ID.<br>

<figure><img src="/files/11PSACBhlSDugXKtASsv" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
⚡ Your board ID should look like this `62f6d52e7ea8d3818257bcaa`
{% endhint %}

### Finding a list ID

To find a list ID, you’ll follow the same process as obtaining a board ID. You’ll need to add `.json` to the end of your board’s URL.

Once your board turns into a JSON object, use **CMD/Ctrl + F** to search the page for the name of the list you’re looking for the ID of. Once you see it appear, look for the `"id":` field just before the name, and the value inside the quotes is the List ID.

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

Prefer to watch instead? Here’s a video explaining the above.

{% embed url="<https://youtu.be/2Jc_g97thpA?t=326>" %}

If you get stuck or need help, reach out in the [PixieBrix Slack Community](https://slack.pixiebrix.com/) and we’ll help you out!


---

# 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://docs.pixiebrix.com/integrations/trello/find-board-and-list-ids-in-trello.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.
