> For the complete documentation index, see [llms.txt](https://icij.gitbook.io/datashare/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://icij.gitbook.io/datashare/usage/faq/common-errors/it-says-no-documents-found.md).

# What if Datashare says 'No documents found'?

* If you were able to see documents during your current session, you might have active filters that prevent Datashare from displaying documents, as no document might correspond to your current search. You can check in your URL if you see active filters and if you're comfortable with the possibility of losing your previously selected filters, open the menu > 'Search' > 'Documents', open the search breadcrumb on the left of the search bar, click '**Clear filters'**.

<figure><img src="/files/kmmvGnkqqbx2WTaMACrE" alt="Screenshot of Datashare&#x27;s document search page where a text says &#x27;No documents matched your search. Try using different filters.&#x27; and the Search breadcrumb open and the &#x27;Clear filters&#x27; button in it highlighted"><figcaption></figcaption></figure>

* You may not have added documents to Datashare yet. Check how to add documents for [Mac](/datashare/local-mode/install-datashare-on-mac/add-documents-to-datashare-on-mac.md), [Windows](/datashare/local-mode/install-datashare-on-windows/add-documents-to-datashare-on-windows.md) or [Linux](/datashare/local-mode/install-datashare-on-linux/add-documents-to-datashare-on-linux.md).
* In '**Tasks**' > '**Documents**', in the **Progress** column, if some tasks are not marked as 'Done', **please wait for all tasks to be done**. Depending on the number of documents you added, it can take multiple hours.

<figure><img src="/files/lO6YkSnpeADGPQrTaKDY" alt="Screenshot of Datashare&#x27;s task page to add document where the header of the Progress column is highlighted"><figcaption></figcaption></figure>


---

# 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://icij.gitbook.io/datashare/usage/faq/common-errors/it-says-no-documents-found.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.
