# Identify books in library

![The number by which a book is identified](https://3526924997-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MIgCXXRd_zYwMrU-RaQ%2F-MSpOl9e6U-eMAui2AUB%2F-MSpSnvzBbbLef9on6hV%2Fimage.png?alt=media\&token=36d98091-e458-4260-ab1a-013badad8d08)

Dewey decimal system - books in a library are arranged by subject. These codes can be committed to memory.

### Codes

Reference: <https://archive.org/details/decimal18v2dewe>

| #   | Subject                                        |
| --- | ---------------------------------------------- |
| 000 | Computer science, information and general work |
| 100 | Philosophy and psychology                      |
| 200 | Religion                                       |
| 300 | Social Sciences                                |
| 400 | Language                                       |
| 500 | Science                                        |
| 600 | Technology                                     |
| 700 | Art and recreation                             |
| 800 | Literature                                     |
| 900 | History and geography                          |


---

# 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://i.janardhanpulivarthi.com/season-1/identify-books-in-library.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.
