# Unopinionated Assistance

The Codex Editor aims to be *relatively* unopinionated. What does this mean?

Our tools do not enforce a specific translation style, cultural context, theological perspective, or set of file formats for data or projects. Instead, the tools adapt to your unique translation style and project context. This includes:

* Learning from your translations and adjusting suggestions based on your patterns and conventions
* Providing personalized assistance via chat&#x20;
* Localization (UI and AI)
* Tool agnostic integration wherever possible


---

# 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://codex-editor.gitbook.io/project-accelerate/project-overview/vision/unopinionated-assistance.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.
