> For the complete documentation index, see [llms.txt](https://docs.bananasoftware.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bananasoftware.dev/tutorials/how-to-move-project-credits.md).

# How to move project credits

{% hint style="warning" %}
Just a heads up, moving project credits around isn't permanent but please don't do it too often as it can overwhelm our database with requests and rate-limit it for the day. If we find out it was you this will result in a warn on your account.
{% endhint %}

## Step 1: Selecting the project

Head on over to your [projects](https://bananasoftware.dev/projects) (if you've just created an account you get 500 free credits), if you haven't already create a project by pressing the "Create a new project" button at the top, then name it whatever. Find your project name and click on the button that says "Transfer project credits".

## Step 2: Transferring the project credits

At the top of the popup you will see a button saying "Transfer credits to the project", this will transfer the credits from your account over to the project, clicking this will reverse that operation. In the box below that type the amount you would like to transfer (it wont work if you don't have enough to complete that transfer), then hit "Transfer credits" and you're done!


---

# 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:

```
GET https://docs.bananasoftware.dev/tutorials/how-to-move-project-credits.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.
