> 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/changer-laffichage-du-planning-vue-liste-ou-vue-planning.md).

# Changer l’affichage du planning (Vue Liste ou Vue Planning)

### What is the purpose of this feature?

The **List view of the schedule** allows you to view your sessions continuously, in a list format. This mode is particularly useful on **mobile**, where small sessions can be difficult to select in the classic schedule view.

***

### How do I change the display mode?

#### Detailed steps

1. **Log in to Yoplanning**
   * Access [Yoplanning.pro](https://yoplanning.pro) from your browser.
2. **Open the settings menu**
   * In the top right corner of the screen, click on the **⚙️ (gear)** icon.
   * The **display settings** window opens.
3. **Choose your display mode**
   * Two options are available:
     * **Planning Mode**: classic display of the weekly schedule.
     * **List Mode**: linear display of all your upcoming sessions, more readable on mobile.
4. **Select “List”**
   * Click on **List**, then confirm your choice by pressing **Save**.
5. **Refresh the screen**
   * Your display immediately switches to **List mode**.

***

### Best practices and usage tips

* The **List mode** is ideal for quick consultation on **smartphone** or **tablet**.
* The **Planning mode** remains preferable for a **weekly overview**.
* You can change the display **at any time**, according to your preference or your device.

***

### Common problems and solutions

| Issue                                 | Probable cause               | Solution                                                     |
| ------------------------------------- | ---------------------------- | ------------------------------------------------------------ |
| The display does not change           | The settings were not saved. | Click **Save** again after selecting “List”                  |
| The gear button does not appear       | Reduced screen resolution    | Switch the phone to **landscape mode** or enlarge the window |
| The display reverts to planning mode. | Clear cache or log out       | Log back in and re-validate your display preference.         |

***

### Quick summary

**List Mode** = simple and fluid display, ideal for mobile. **Planning Mode** = visual display by week, ideal for computer.

➡️ Easily switch between them from the menu ⚙️ in the top right corner.


---

# 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/changer-laffichage-du-planning-vue-liste-ou-vue-planning.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.
