# Trello

[Trello](https://trello.com/) is a web-based Kanban-style list-making application which is a subsidiary of Atlassian. Users can create their task boards with different columns and move the tasks between them.

## Account integration using Access Token

To begin, you will need:

* A [Trello](https://trello.com/) account.

**STEP 1:** Go to [Trello API Key Portal](https://trello.com/app-key), the page will show 404s error if you’re not signed into Trello.

<img src="/files/LyOQeByAvs8SvZq3ypDu" alt="" width="375">

**STEP 2:** Click the **\[Go to the Power-Up Admin Portal].**

**STEP 3:** In Power-Up Admin Portal, check the **acknowledgement** and click **\[Continue]** button.

<img src="/files/DNog3alDCGlPKhArtiUG" alt="" width="563">

**STEP 4:** Go back to the [Trello API Key Portal](https://trello.com/app-key), the **API Key** and **OAuth Secret** will be shown below.

<img src="/files/71D6Mzay1he6qOwyTDOi" alt="" width="375">

<img src="/files/uJDorUkjpJb2DTU9IcWE" alt="" width="563">

**STEP 5:** For the **API Token**, click the **\[Token]** right below the **API Key** and it will navigate to the authorize page.

<img src="/files/X8rpFF8ZZwVVB6AZbPe5" alt="" width="563">

**STEP 6:** In the authorize page, click the **\[Allow]** button.

<img src="/files/kY8T059YO4jxuhhvpjUa" alt="" width="563">

**STEP 7:** Copy the **API Token** which is presented.

<img src="/files/oCTOPUhQP6jFAcgHG5IU" alt="" width="563">

**STEP 8:** In iMBrace, create a new Trello API credential and paste **API Key**, **API Token**, **OAuth Secret** and click **\[CREATE]** button.

![](/files/Otp5IFZHrRIcsyye75aR)

**DONE:** The credential can then be used for Trello nodes.


---

# 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://imbrace.gitbook.io/imbrace-documentation/integrations/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.
