> For the complete documentation index, see [llms.txt](https://decky.gitbook.io/decky-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://decky.gitbook.io/decky-docs/troubleshooting/my-file-isnt-working.md).

# My file isn't working

Troubleshoot a file that will not upload or is not being used as expected.

Troubleshoot a file that will not upload or is not being used as expected.

### What to check

1. Confirm the file finished uploading.
2. Make sure the correct file was attached to the request.
3. Confirm the file opens normally outside Decky.
4. Check that the file contains the information Decky needs.
5. If using a Template or Theme, confirm you added the file in its workflow.

### What to try

1. Re-upload the file.
2. Try a simpler or cleaner version of the file.
3. Remove unnecessary files when many sources are attached.
4. Tell Decky how to use the file.

For example:

* "Use this spreadsheet for the customer metrics."
* "Use this presentation as the source for the Template."
* "Use this deck as the reference for our existing brand."

Attaching a file does not always identify the most important information. Clear instructions can help.

### When to contact support

Contact Decky support if a file that should work repeatedly fails to upload, process, or be used correctly.

### Related articles

* [Add files and data to a presentation](/decky-docs/plans-billing/add-files-and-data-to-a-presentation.md)
* [Build from your existing brand](/decky-docs/brand-and-themes/build-from-your-existing-brand.md)
* [Create a template](/decky-docs/templates/create-a-template.md)
* [My generation failed](/decky-docs/troubleshooting/my-generation-failed.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://decky.gitbook.io/decky-docs/troubleshooting/my-file-isnt-working.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.
