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

# Book Publication

## Self-publishing Book

* [So you want to self-publish books and courses on programming - CSS-Tricks](https://css-tricks.com/so-you-want-to-self-publish-books-and-courses-on-programming/)
* [The $61,392 Book Launch That Let Me Quit My Job](https://adamwathan.me/the-book-launch-that-let-me-quit-my-job/)
* [Why books donʼt work - Andy Matuschak](https://andymatuschak.org/books/)
* [Writing a Technical Book • AndreGarzia.com](https://andregarzia.com/2021/04/writing-a-technical-book.html)
* [Little Webby Press](https://little.webby.press/) Web Platform for Writing Publishing Book
* [Writing a Programming Book in 2021–JM Tirado](https://jmtirado.net/writing-a-programming-book-in-2021/)

💡 : Writing programming books tips


---

# 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://irosyadi.gitbook.io/irosyadi/writing/book-publication.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.
