> 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/djust-help-center.md).

# Djust Help Center

I am working with the executives at[ Djust ](https://www.djust.io/)to build new, harmonized, and exhaustive functional documentation for the e-commerce SAAS platform.

Starting all over from the User Journey, we redefined a documentation structure with a dozen sections that explain in detail how to proceed from the moment Djust's customers get their access to the app to the moment they launch their e-commerce website or marketplace.\
\
We worked from the user's point of view to ensure the content is clear, and easy to read, with the relevant steps. From suppliers to customer accounts management to data model configuration and product creation, the documentation covers all major aspects of creating an e-commerce/marketplace website with Djust's solution.

The content I wrote (around 100 pages) will be injected in a website generator, and will be handled from there by the new in-house technical writing team starting in October 2023.

The documentation is accessible to customers and partners only.&#x20;

<figure><img src="/files/0Q87CyPw6lcxLVgE8ZHX" alt=""><figcaption><p>Excerpt #1 from the Djust Documentation (clients and jobs)</p></figcaption></figure>

<figure><img src="/files/xaEowVnRlKgRTVm5dIqI" alt=""><figcaption><p>Excerpt #2 from the Djust Documentation (Order status mapping)</p></figcaption></figure>

<figure><img src="/files/WJzHTlTEbKSWyu82JPEH" alt=""><figcaption><p>Excerpt #3 from the Djust Documentation (Navigation Categories)</p></figcaption></figure>


---

# 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/djust-help-center.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.
