> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/en/faq/faq-des-staffs/comment-renseigner-son-iban.md).

# Comment renseigner son IBAN

**Introduction to the functionality** Entering your IBAN in your freelance team is an essential step to receive your fees via Yoplanning.pro. This feature helps ensure that your payments are processed securely and efficiently.

**Detailed steps to use the feature**

1. **Access your Team**: On the left menu of the Yoplanning.pro interface, select the team that bears your name.
2. **Navigating the Administration**: In the same menu, click on "Administration", then on "Configuration".
3. **Select 'Team'**: In the new window, locate the "Team" option located at the top left and click on it.
4. **Edit your Team's information**: Use the menu symbolized by three small dots at the top right to edit your Team's file.
5. **Enter your IBAN**: Scroll to the bottom of the page to find the option to enter your IBAN. Enter your bank account information in the dedicated field.
6. **Save changes**: After entering your IBAN, be sure to save your changes for the changes to take effect.

**Tips for use and best practices**

* **Checking details**: Make sure the IBAN information entered is accurate to avoid any delays or issues with the processing of your fees.
* **Regular updates**: Update your banking information as needed to ensure payment continuity.

**Common errors and their resolution**

* **Incorrect Information**: If you encounter errors processing payments, double-check the IBAN information entered. A simple typo can cause problems.
* **Save Issues**: Make sure you click the save button after entering your information. If the changes are not saved, try refreshing the page and repeat the process.


---

# 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.yoplanning.support/en/faq/faq-des-staffs/comment-renseigner-son-iban.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.
