> For the complete documentation index, see [llms.txt](https://tech.annelaurefreant.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.annelaurefreant.xyz/projects.md).

# Projects

- [Criteo Developer Portal](https://tech.annelaurefreant.xyz/projects/criteo-developer-portal.md): Lead Technical Writer - Retail Media
- [Popsink - Documentation Migration](https://tech.annelaurefreant.xyz/projects/popsink-documentation-migration.md): Documentation migration from MKDocs to Mintlify
- [Akeneo Developer Portal](https://tech.annelaurefreant.xyz/projects/akeneo-developer-portal.md): Akeneo PIM's developer documentation migration (Jan 2024 ...)
- [WeFox Developer Portal](https://tech.annelaurefreant.xyz/projects/wefox-developer-portal.md): Developer experience & API documentation
- [Quable Developer Portal](https://tech.annelaurefreant.xyz/projects/quable-developer-portal.md): Ongoing project (since Aug. 2023)
- [Rumo Dashboard & API](https://tech.annelaurefreant.xyz/projects/rumo-dashboard-and-api.md): UX writing for RUMO (dashboard and API reference)
- [Hyperline User Documentation](https://tech.annelaurefreant.xyz/projects/hyperline-user-documentation.md): Hyperline new user documentation
- [Djust Help Center](https://tech.annelaurefreant.xyz/projects/djust-help-center.md): (June-Sept. 2023)
- [Quanticfy Help Center](https://tech.annelaurefreant.xyz/projects/quanticfy-help-center.md): Ongoing collaboration since March 2023
- [ContentSquare Internal Doc](https://tech.annelaurefreant.xyz/projects/contentsquare-internal-doc.md): 2022 - 6 months full-time contract
- [Programming Historian](https://tech.annelaurefreant.xyz/projects/programming-historian.md): Data Science tutorials translation (2021)
- [Data.gouv.fr](https://tech.annelaurefreant.xyz/projects/data.gouv.fr.md): 6 month full-time contract (Feb - July 2020)
- [French Ministry of Foreign Affairs](https://tech.annelaurefreant.xyz/projects/french-ministry-of-foreign-affairs.md): Social project to help French citizen with reentry after living abroad
- [Hopper Research Blog](https://tech.annelaurefreant.xyz/projects/hopper-research-blog.md): Full-time employee, Montreal (Canada) - 2010-2013


---

# 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://tech.annelaurefreant.xyz/projects.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.
