# Additional Resources

- [DOCX Generation Failure: SpellStart, GramStart, or GramEnd](https://help.sdocs.com/sdocs/template-architecture/document-formats/docx-s-docs/additional-resources/docx-generation-failure-spellstart.md): Fix DOCX generation failures caused by Microsoft Word spelling and grammar markup inside the uploaded template.
- [Use Checkbox Symbols in DOCX Templates](https://help.sdocs.com/sdocs/template-architecture/document-formats/docx-s-docs/additional-resources/checkboxes-with-docx.md): Replace boolean values with Unicode checkbox characters when you need checkbox-style output in a DOCX template.
- [How to Add a Subtotal Row to a DOCX Table](https://help.sdocs.com/sdocs/template-architecture/document-formats/docx-s-docs/additional-resources/add-a-subtotal-line-to-the-end-of-a-table-in-docx.md): Keep subtotal and total rows attached to a DOCX table so they render as one complete table.


---

# 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://help.sdocs.com/sdocs/template-architecture/document-formats/docx-s-docs/additional-resources.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.
