> For the complete documentation index, see [llms.txt](https://support.emsigner.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emsigner.com/user-dashboard-and-docstore.md).

# User Dashboard and Docstore

- [Dashboard](https://support.emsigner.com/user-dashboard-and-docstore/dashboard.md): What information is typically displayed on a dashboard, and what steps are involved in accessing and using it?
- [Originating a document](https://support.emsigner.com/user-dashboard-and-docstore/dashboard/originating-a-document.md)
- [Accessing Templates](https://support.emsigner.com/user-dashboard-and-docstore/dashboard/accessing-templates.md)
- [Document Pane](https://support.emsigner.com/user-dashboard-and-docstore/dashboard/document-pane.md)
- [My Signatures](https://support.emsigner.com/user-dashboard-and-docstore/dashboard/document-pane/my-signatures.md): What do My Signatures represent and what are the available options for the user?
- [Waiting for Others](https://support.emsigner.com/user-dashboard-and-docstore/dashboard/document-pane/waiting-for-others.md): What does the "Waiting for Others" section represent and what are the available options for the user?
- [Drafts](https://support.emsigner.com/user-dashboard-and-docstore/dashboard/document-pane/drafts.md)
- [Completed](https://support.emsigner.com/user-dashboard-and-docstore/dashboard/document-pane/completed.md)
- [Searching for documents](https://support.emsigner.com/user-dashboard-and-docstore/dashboard/document-pane/searching-for-documents.md)
- [Selecting a language](https://support.emsigner.com/user-dashboard-and-docstore/dashboard/selecting-a-language.md)
- [DocStore](https://support.emsigner.com/user-dashboard-and-docstore/docstore.md): What is the DocStore, and what options are available to the user?
- [Drafts](https://support.emsigner.com/user-dashboard-and-docstore/docstore/drafts.md): What does the "Drafts" section represent, and what are the available options for the user?
- [Completed](https://support.emsigner.com/user-dashboard-and-docstore/docstore/completed.md): What does the "Completed" section represent, and what are the available options for the user?
- [Declined](https://support.emsigner.com/user-dashboard-and-docstore/docstore/declined.md): What does the "Declined" section represent, and what are the available options for the user?
- [Recalled](https://support.emsigner.com/user-dashboard-and-docstore/docstore/recalled.md): What does the "Recalled" section represent, and what are the available options for the user?
- [Voided](https://support.emsigner.com/user-dashboard-and-docstore/docstore/voided.md)
- [Purged](https://support.emsigner.com/user-dashboard-and-docstore/docstore/purged.md)
- [Scan Documents](https://support.emsigner.com/user-dashboard-and-docstore/docstore/scan-documents.md): How do I scan and store the documents?
- [Upload Documents](https://support.emsigner.com/user-dashboard-and-docstore/docstore/upload-documents.md): How do I store documents on emSigner?
- [FAQ's](https://support.emsigner.com/user-dashboard-and-docstore/faqs.md)


---

# 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://support.emsigner.com/user-dashboard-and-docstore.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.
