> For the complete documentation index, see [llms.txt](https://help.jurisphere.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.jurisphere.ai/resources/errors-and-faqs/downloaded-word-output-has-formatting-issues.md).

# Downloaded Word output has formatting issues

In some cases, Word documents downloaded from Jurisphere may not visually match the original document or the on-screen output. This is expected when dealing with complex source files and does not affect the accuracy of the content.

#### Why formatting differences occur

Certain Word formatting features are difficult to replicate consistently during automated document generation, especially when the document includes:

* Precise alignment (justified text, multi-column layouts)
* Custom spacing between paragraphs or lines
* Nested or complex tables
* Stamps, seals, or overlapping elements
* Mixed layouts combining text and images

These elements rely heavily on how Word renders documents internally, which can vary during conversion.

At the same time, some formatting aspects are **within control** and are usually preserved or easily adjustable, such as:

* Font family and font size (standardized through [Admin Settings](/my-account-and-organization/profile-and-settings/admin-dashboard.md#organization-settings))
* Bold, italics, and underline
* Headings and paragraph breaks
* Bullet and numbered lists

{% hint style="success" %}
Content accuracy is prioritised over visual fidelity. Minor formatting cleanup is expected for complex documents.
{% endhint %}

#### Recommended approach

* Treat the downloaded Word file as a working draft.
* Make final layout adjustments directly in Word where needed.
* Use Word’s built-in formatting tools to refine spacing, alignment, or tables.

For a more detailed guide on editing MS Word Documents, visit [Microsoft's official help centre](https://support.microsoft.com/en-gb/office/format-your-word-document-fb9ef2d6-e2ad-4721-abc1-55f88864617f).


---

# 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://help.jurisphere.ai/resources/errors-and-faqs/downloaded-word-output-has-formatting-issues.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.
