> For the complete documentation index, see [llms.txt](https://phykno.gitbook.io/prompt-dumps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phykno.gitbook.io/prompt-dumps/index/welcome.md).

# Welcome!

## Intro

This GitBook docs will house my prompts. Originally in my Notions page, but now I decided to share my prompts with the world.

## What you're probably here for

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Deepseek V3.2 Prompts</td><td>Model updated, so my prompts are too.</td><td><a href="/pages/T4HietCbbHFc6FhRNOc7">/pages/T4HietCbbHFc6FhRNOc7</a></td></tr><tr><td>Deepseek V3.1 Prompts</td><td>Since the model feels stiff, right?</td><td><a href="/pages/yCeICeKvP6hUaM62GArz">/pages/yCeICeKvP6hUaM62GArz</a></td></tr><tr><td>Universal Prompts</td><td>Should work on any models. Maybe.</td><td><a href="/pages/46gJ4PHwp8gq3EPeGhlg">/pages/46gJ4PHwp8gq3EPeGhlg</a></td></tr><tr><td>OOC Summary</td><td>Roleplay gettiing too long? Summarize!</td><td><a href="/pages/Zi7NfL888Rn6f9F9ngsL">/pages/Zi7NfL888Rn6f9F9ngsL</a></td></tr></tbody></table>

## Other prompt makers

I'm fully aware that my prompts aren't that good, so here's more prompt makers for you to explore:

* [Sprout's Prompts](https://rentry.co/pddvz4oo)
* [Cheese / Saturine's Prompts](https://cheesey-wizards-organization.gitbook.io/masterlist/prompts-and-troubleshooting/my-prompt#tab-general-prompt)
* [brbiekiss' Deepseek and Gemini Prompts](https://docs.google.com/document/d/1xfJOM3KnxKqQLD_I29nXGj2u-gz_RAs8ojqtXy3sSQE/edit?tab=t.0)
* [PUPI'S PROMPTS](https://docs.google.com/document/u/0/d/16scfv4rjV3kgPGkGOGo4fRDC8sxiPrgHTE1WFJQLlFk/mobilebasic)

## Contact

* Reddit: [/u/PhysicalKnowledge](https://www.reddit.com/user/PhysicalKnowledge/)
  * Say that you came from here, so I know who I am talking to 😭


---

# 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:

```
GET https://phykno.gitbook.io/prompt-dumps/index/welcome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
