> 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-doesnt-look-right.md).

# My presentation doesn't look right

Fix a presentation when the design or overall result is not what you expected.

Fix a presentation when the design or overall result is not what you expected.

Presentation quality can be affected by the Theme, source material, prompt, and instructions.

### What to check

1. Confirm the correct company brand or Theme was selected.
2. Review whether the prompt described the presentation type, audience, and goal.
3. Check that relevant source material was provided.
4. Identify whether the issue affects all slides or specific slides.

### What to try

1. Tell Decky what feels wrong. Do not start over.
2. Target individual slides when only part of the presentation needs adjustment.
3. Give a concrete instruction, such as:
   * "Make this slide more minimal."
   * "Use less text."
   * "Make the layout feel more executive."
   * "Replace the visual on slide 5."
4. Review the Theme when the same visual issue repeats across presentations.

If the issue is specific to one presentation, edit the presentation. If the same issue keeps happening across presentations, update the Theme.

If only one slide is wrong, edit that slide rather than rebuilding the presentation.

### When to contact support

Contact Decky support if:

1. You cannot edit the presentation as expected.
2. The issue continues after changing the prompt or Theme.
3. The output appears technically broken, not merely in need of a design change.

### Related articles

* [Edit a presentation with chat](/decky-docs/plans-billing/edit-a-presentation-with-chat.md)
* [Edit a specific slide](/decky-docs/plans-billing/edit-a-specific-slide.md)
* [What is a theme?](/decky-docs/brand-and-themes/what-is-a-theme.md)
* [Decky isn't using the right brand style](/decky-docs/troubleshooting/decky-isnt-using-the-right-brand-style.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-doesnt-look-right.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.
