# Instructions for visuals

***

Tell DeepWriter to include specific visuals such as charts, tables, or diagrams. This improves clarity and engagement. For example:

> <mark style="color:purple;">"Include a table comparing the features of the top 3 CRM software solutions."</mark>&#x20;

or...

> <mark style="color:purple;">"Add a flowchart illustrating the user onboarding process for a new app."</mark>

Visuals can often convey more than text alone, so requesting them directly will save you time later. Be clear about the purpose of the visual, not just the type.&#x20;

For example:

> <mark style="color:purple;">“Add a Gantt chart to illustrate the project timeline across six departments.”</mark>

No matter what you're writing, telling DeepWriter what to include (and why) helps you get clearer, more useful results with less editing.


---

# 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://docs.deepwriter.com/tips-tricks-and-hacks/prompt-elements/instructions-for-visuals.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.
