# Readme Creator

Readmes are a great way to present your projects visually on GitHub. Readmes are simple and easy to make, but when it comes to graphs, labels, diagrams, etc. it can be a little hard to remember the proper lines. Here's a really cool online tool to make your documentation life easier made by [Katherine Oelsner!](https://twitter.com/katherinecodes)

<https://pages.github.com>

{% embed url="<https://readme.so>" %}


---

# 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://docs.k9rockettech.com/testing-and-documentation/readme-creator.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.
