# Before You Publish

## Before You Publish

Run this checklist before sharing the docs with buyers or staff.

### Replace placeholders

* Add your real resource name
* Add exact dependency names
* Add real config examples
* Add real command examples

### Confirm support details

* Add your support channel
* Define support scope clearly
* State what buyers should include in tickets

### Review maintenance items

* Add update notes if you ship often
* Re-check screenshots and examples after updates
* Remove any outdated placeholder wording

{% hint style="success" %}
A short final review prevents most avoidable support questions.
{% endhint %}


---

# Agent Instructions: 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://vibesez.gitbook.io/vibesez/readme/before-you-publish.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.
