> 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/modification-des-coordonnees-en-entete-de-fiche-dhonoraires.md).

# Modification des coordonnées en entête de fiche d'honoraires

### **Feature Description**

The contact details modification feature in the fee sheet header allows you to update contact information such as name, address and SIRET number so that the fee sheets are legal and up to date.

### **Steps to use the feature**

1. **Access the Personal Team:**
   * On the left side of the screen, click on the small arrow to the left of the name of the current team, located just below the Yoplanning logo.
   * A list of teams you are a part of will appear. Select the one with your name on it.
2. **Navigate to the Administration section:**
   * Once in the team that bears your name, go to the left menu and click on "Administration".
   * Then select “Configuration”.
3. **Edit Team Information:**
   * In the Configuration section, find “Team” at the top left, it’s the first item.
   * Click on the three dots menu on the right of the window and select “Edit”.
4. **Make the necessary changes:**
   * Update contact information, such as team name, address and SIRET number.
   * Make sure all information is correct and complete so that the fee sheets are legal.
5. **Save changes:**
   * After making the changes, click "Save" to save the new information.

### **Tips for use and best practices**

* **Use accurate information:** Make sure the address and SIRET number are accurate and complete.
* **Team Name:** If you are working as a freelancer, make sure the team name matches your name or company name.

### **Common Mistakes and Solutions**

* **You don't have a Team in your name.**
  * **Solution:** Just wait until one of the teams you work with has made you a fee sheet. This is what will trigger the creation of your personal team.
* **You do not have the rights to modify your team.**
  * **Solution:** This is most likely because it is not the right team. Normally, you automatically have administrator rights on your personal team. If you have any difficulty, do not hesitate to contact support at <support@yoplaning.com>


---

# 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/modification-des-coordonnees-en-entete-de-fiche-dhonoraires.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.
