# About

Style guide

1. <https://developers.google.com/style>
2. <https://www.digitalocean.com/community/tutorials/digitalocean-s-technical-writing-guidelines#style>
3. <https://www.digitalocean.com/community/tutorials/technical-recommendations-and-best-practices-for-digitalocean-s-tutorials>
4. <https://developer.mozilla.org/en-US/docs/Glossary/Semantics#semantics_in_html>
5. <https://developers.google.com/season-of-docs/docs/project-metrics#state_your_problem>
6. <https://about.gitlab.com/handbook/marketing/inbound-marketing/content/content-marketing/>

Article checklist

1. Title of the tutorial How To \<Accomplish a Task> with \<Software> on \<Distro>&#x20;
2. How is this proposed topic a good addition to the library? GitHub metrics, google trends, knowledge gaps&#x20;
3. Introduction
   * [ ] What is the tutorial about?
   * [ ] Why should the reader learn this topic?
   * [ ] What will the reader do or create in this tutorial?
   * [ ] What will the reader have accomplished when they're done? instead of "how to", use "you will configure", "you will build"
4. Prerequisites Programming languages needed, software installation needed, GitHub account

![](https://1074895821-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MKpcZyxGXJcyzkNoKkm%2F-MXOOVCmABAS1QfIjO1z%2F-MXOOnXV5u_1mFJXGakZ%2Fimage.png?alt=media\&token=e85653d7-1fd8-4860-a3fc-eff2ac8d0112)


---

# 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://code.janardhanpulivarthi.com/readme.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.
