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

# Prompt Suggestions

Help improve SWU Forge's Plain Language Search by suggesting example queries and their expected results.

> Prompt Suggestions are available to any signed-in user — no subscription required.

## Submitting a Suggestion

1. Sign in to your SWU Forge account
2. Click **Suggestions** in the header navigation
3. Fill out the form:
   * **Example search text** (required) — the search query you would type, e.g. "red units with ambush that cost 3 or less"
   * **Clarifying text** (optional) — explain what results you expect and why the current search might not return them
   * **Expected cards** (optional) — search for and select specific cards you expect the query to return

## Selecting Expected Cards

1. Click **Search for expected cards** to expand the card picker
2. Use the text search to find cards by name
3. Use the manual filters (sets, types, costs, aspects, etc.) to narrow results
4. Click a card to add it to your selection — a checkmark will appear
5. Click again or use the **×** button on the thumbnail to remove a card
6. Selected cards appear as thumbnails above the picker

The card search uses exact text matching only (not Plain Language Search), so search by card name for best results.

## Tracking Your Suggestions

Your past suggestions appear in the sidebar (or below the form on mobile). Each shows:

* The search query text
* A **status badge**: pending (yellow), accepted (green), or rejected (red)
* The submission date
* An admin note (if the reviewer left feedback)

Click any suggestion to view its details. Pending suggestions can be edited or deleted.

## Editing or Deleting

* Click a **pending** suggestion to load it into the form, then make changes and click **Update Suggestion**
* Click the trash icon on a pending suggestion to delete it
* Accepted and rejected suggestions cannot be modified

## What Happens Next

An admin reviews each suggestion and either accepts or rejects it. Accepted suggestions are used to improve the Plain Language Search system prompt, making future searches more accurate for everyone.


---

# 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://swu-forge.gitbook.io/docs/more/prompt-suggestions.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.
