# Creating a Bitbucket App Password

### 1. Access the App Password Creation Page

* Log in to your Bitbucket account
* Go to: [<mark style="color:purple;">https://bitbucket.org/account/settings/app-passwords/new</mark>](https://bitbucket.org/account/settings/app-passwords/new)

### 2. Enter Basic Details

* In the "Label" field, enter a descriptive name (e.g., "Hivel" or another name that describes the purpose)

### 3. Set Permissions

Select the following permissions:

Account:

* ✓ Email Read
* ✓ Read

Workspace membership:

* ✓ Read

Repositories:

* ✓ Read

Pull requests:

* ✓ Read

### 4. Create the Password

* Click the blue "Create" button at the bottom left
* Bitbucket will generate a secure password

{% hint style="warning" %}
**IMPORTANT:** Copy this password immediately and store it securely - it will only be shown once
{% endhint %}

### 5. Using Your App Password

* Use this password along with your Bitbucket username when authenticating with the API
* The app password will have only the permissions you've selected

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcYMXTH732mvQZJatEXptiw4bfzxZ7mwl6n8xGqWzgRgvvOQoynRcBzaNJ_dpQMoIbXsNGh7PKJRJH1lmpXNqzDArNuzyM3_nc-j5wpHcHcwO_JTtSA9sfFz9VZvF2AWncn0ZGseg?key=KDoRtP05NudNy6wIntOgxSbd" alt="" width="563"><figcaption></figcaption></figure>

<br>


---

# 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.hivel.ai/integrations/on-prem-setup/creating-a-bitbucket-app-password.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.
