> For the complete documentation index, see [llms.txt](https://docs.glbnxt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glbnxt.com/faq/glbnxt-workspace/can-i-upload-and-chat-with-my-own-documents.md).

# Can I upload and chat with my own documents?

Yes. GLBNXT Workspace allows you to upload documents and interact with them directly through conversation. Rather than reading through lengthy files manually, you can ask questions about the content, request summaries, extract specific information, or compare details across multiple documents in a fraction of the time.

The experience is straightforward. Upload one or more files into your conversation, then ask whatever you need to know. The AI reads and understands the content of your documents and responds based on what is actually in them, keeping its answers grounded in your source material rather than drawing on outside information.

This capability is particularly useful for working with contracts, reports, policy documents, research papers, meeting notes, and any other text-heavy material that forms part of your daily work. Instead of spending time searching through pages for a specific clause or data point, you simply ask.

It is worth knowing that documents you upload are processed within your sovereign environment. They are not sent to external services, not stored beyond your configured retention settings, and not used in any form of model training. What you upload stays within the boundaries your organisation has defined.

For guidance on supported file types and any size limitations that apply to your specific configuration, refer to the Workspace user guide or check with your administrator.


---

# 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://docs.glbnxt.com/faq/glbnxt-workspace/can-i-upload-and-chat-with-my-own-documents.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.
