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

# The Basics

- [Post Your Story/Work](https://penana-1.gitbook.io/penana-guide/the-basics/post-your-story-work.md): Get your stories ready for your readers NOW!
- [Publishing and Editing your story](https://penana-1.gitbook.io/penana-guide/the-basics/post-your-story-work/publishing-and-editing-your-story.md): You can line up your story chapters when the above settings are done!
- [Uploading an image](https://penana-1.gitbook.io/penana-guide/the-basics/post-your-story-work/uploading-an-image.md): A story is more than just words!
- [Story Management and Personal Settings](https://penana-1.gitbook.io/penana-guide/the-basics/post-your-story-work/story-management-and-personal-settings.md): If you want to organize your story, read the following!
- [Editorial Suggestions (For Reader)](https://penana-1.gitbook.io/penana-guide/the-basics/post-your-story-work/editorial-suggestions-for-reader.md): Penana offers an exclusive feature for co-writing! Writers and readers work together to make things better!
- [Editorial Suggestions (For Writer)](https://penana-1.gitbook.io/penana-guide/the-basics/post-your-story-work/editorial-suggestions-for-writer.md): Let readers help you to improve your work!
- [Hosting a Writing Contest](https://penana-1.gitbook.io/penana-guide/the-basics/hosting-a-writing-contest.md): Get more people to be involved with your ideas!
- [Types of Writing Contests](https://penana-1.gitbook.io/penana-guide/the-basics/hosting-a-writing-contest/types-of-writing-contests.md): You can host different types of Writing Contests!
- [Writing Contest Deadlines](https://penana-1.gitbook.io/penana-guide/the-basics/hosting-a-writing-contest/writing-contest-deadlines.md): Writing contests are more fun with a deadline!
- [Join Writing Contests](https://penana-1.gitbook.io/penana-guide/the-basics/hosting-a-writing-contest/join-writing-contests.md): Join the fun and spark your creativity!
- [Finishing Writing Contest](https://penana-1.gitbook.io/penana-guide/the-basics/hosting-a-writing-contest/finishing-writing-contest.md): Good entries will earn a badge!
- [Bounty and Pool](https://penana-1.gitbook.io/penana-guide/the-basics/hosting-a-writing-contest/bounty-and-pool.md): Extra excitement and rewards for creativity!
- [Joining Societies](https://penana-1.gitbook.io/penana-guide/the-basics/joining-societies.md): There are a variety of writing and hobby societies for you to join in Penana!
- [Penana Social Ecosystem](https://penana-1.gitbook.io/penana-guide/the-basics/penana-social-ecosystem.md): You focus on creating stories. We focus on building an ecosystem.


---

# 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://penana-1.gitbook.io/penana-guide/the-basics.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.
