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