# Data sources

***

Guide DeepWriter on which data sources to prioritize and how to format citations. This ensures both credibility and consistency.

> <mark style="color:purple;">"When researching market trends, prioritize data from reputable sources like Statista, Gartner, and industry reports from major consulting firms."</mark>

{% hint style="info" %}
**Pro tip:** If you have specific, non-public data (e.g., internal company reports), upload them using the **Upload Documents** feature. This ensures DeepWriter references your proprietary information correctly, supplementing its web search capabilities. More on this in the [Using your files](/tips-tricks-and-hacks/using-your-files.md) section.
{% endhint %}

You can also define what *not* to use. For example:

> <mark style="color:purple;">“Avoid referencing personal blogs or opinion pieces.”</mark>

> <mark style="color:purple;">“Exclude sources dated before 2018 unless they are foundational studies.”</mark>

Telling DeepWriter which sources to use—and how to cite them—helps it build content that’s accurate, trustworthy, and ready to use. A few clear instructions can make a big difference in the quality of the final result.


---

# 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/data-sources.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.
