> For the complete documentation index, see [llms.txt](https://docs.bird.com/taxi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/taxi/add-ons/translation-add-ons/set-up-details-for-the-transifex-add-on.md).

# Set up details for the Transifex add-on

To complete the set up of the Transifex add-on in your Taxi account, you'll need some details from within your Transifex account.&#x20;

### API Key

To find your Transifex API key:

1. Head to your User Settings\
   These are found in the dropdown in the top right of the screen.
2. Select 'API token'\
   This is found on the menu on the left of the screen.
3. Click the 'Generate a token' button\
   Then click on 'Copy & Close'. You'll need to paste this into Taxi immediately as you won't be able to see this code again.

### Organisation Name

Each Transifex account has a unique organisation name. The easiest way to find this is to look for it in the URL of your Transifex account. The slug that comes right after transifex.com/ this is where you'll find your organisation name.

### Coordinator Name

You'll find your 'Coordinator Name' in the dropdown in the top right of your account. The name you input in Taxi must match identically and is case-sensitive.

### Project Name Prefix

This is added into Transifext, before the project name. This will highlight to you all the projects created in Taxi.

### Source Language Code

Choose the source language that your emails are normally written in, that is the original language that is used before any translations are made.


---

# 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.bird.com/taxi/add-ons/translation-add-ons/set-up-details-for-the-transifex-add-on.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.
