> 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-presentation-content-is-incorrect.md).

# My presentation content is incorrect

Correct inaccurate, incomplete, or outdated presentation content.

Correct inaccurate, incomplete, or outdated presentation content.

Decky relies on the context, instructions, and source material available during generation.

### What to check

1. Confirm the relevant source material was provided.
2. Check that the source material is current.
3. Review the original prompt for missing context.
4. Identify the incorrect slides or statements.

### What to try

1. Tell Decky exactly what information is wrong.
2. Provide the correct information or source material.
3. Ask Decky to update only the affected slide when appropriate.
4. Add context when a fact depends on a customer, account, meeting, or time period.

For example:

* "The revenue number on slide 4 should be $2.4M."
* "Use the attached Q3 report for the latest metrics."
* "This presentation is for Acme, not Globex."
* "Update slide 6 using the information in this file."

If content is incorrect, provide the correct source material and tell Decky exactly what should change.

Verify important facts before presenting.

### When to contact support

Contact Decky support if Decky repeatedly ignores provided source material. Also contact support if content does not update after clear instructions.

### Related articles

* [Add files and data to a presentation](/decky-docs/plans-billing/add-files-and-data-to-a-presentation.md)
* [Write a better presentation prompt](/decky-docs/plans-billing/write-a-better-presentation-prompt.md)
* [Edit a specific slide](/decky-docs/plans-billing/edit-a-specific-slide.md)
* [Create a presentation](/decky-docs/plans-billing/create-a-presentation.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-presentation-content-is-incorrect.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.
