# BUT3

- [Séance 0 : Présentation de la ressource en BUT3](https://cours.davidannebicque.fr/vue.js-but/but3/seance-0-presentation.md)
- [Séance 1 : Introduction & rappel Vue](https://cours.davidannebicque.fr/vue.js-but/but3/seance-1-introduction-rappel-vue.md)
- [Séance 2 : Architecture et composables](https://cours.davidannebicque.fr/vue.js-but/but3/seance-2-architecture-et-composables.md)
- [Séance 3 : Communication avec API](https://cours.davidannebicque.fr/vue.js-but/but3/seance-3-communication-avec-api.md)
- [Séance 4 : Router et navigation](https://cours.davidannebicque.fr/vue.js-but/but3/seance-4-router-et-navigation.md)
- [Séance 5 : State avancé (Pinia)](https://cours.davidannebicque.fr/vue.js-but/but3/seance-5-state-avance-pinia.md)
- [Séance 6-a : TypeScript](https://cours.davidannebicque.fr/vue.js-but/but3/seance-6-a-typescript.md)
- [Séance 6-b : Introduction à Nuxt 3](https://cours.davidannebicque.fr/vue.js-but/but3/seance-6-b-introduction-a-nuxt-3.md)
- [Séance 7 : Nuxt & API](https://cours.davidannebicque.fr/vue.js-but/but3/seance-7-nuxt-api.md)
- [Séance 8 : Nuxt avancé & SEO](https://cours.davidannebicque.fr/vue.js-but/but3/seance-8-nuxt-avance-seo.md)
- [Séance 9 : Tests front](https://cours.davidannebicque.fr/vue.js-but/but3/seance-9-tests-front.md)
- [Séance 10 : Projet – Kick-off réseau social](https://cours.davidannebicque.fr/vue.js-but/but3/seance-10-projet-kick-off-reseau-social.md)
- [Séance 11 : Projet – Développement](https://cours.davidannebicque.fr/vue.js-but/but3/seance-11-projet-developpement.md)
- [Séance 12 : Projet – Finalisation](https://cours.davidannebicque.fr/vue.js-but/but3/seance-12-projet-finalisation.md)
- [Rappels et anciens supports](https://cours.davidannebicque.fr/vue.js-but/but3/page-1.md)


---

# 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://cours.davidannebicque.fr/vue.js-but/but3.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.
