# General Notes Library

**URL:** <https://pentest.ws/tools/notes>

All the functionality of [Scratchpad](/hosts-and-services/scratchpad-editor.md), but for general notes not associated with a specific Host:

* Code editing with syntax highlighting for over 150 programming languages.
* Hierarchical file structure with drag-and-drop.
* Download files through the browser or using wget/curl/downloadstring.
* Instantly switch between code & rich text editing.
* Import CherryTree XML files!

Your new General Notes Library is a great place to store your favorite pieces of C# code, common or rarely used procedural steps, or your exciting new research ideas and references. General Notes are linked to your account and not associated with an Engagement.

## Rich Text Editor

![Scratchpad Rich Text Editor](/files/zzxVorYq9foRaVFmxvPz)

## Code Editor

![Scratchpad Code Editor](/files/5MVtuenH3MyXtKlE23sk)

## Tier Availability

**General Notes** **Library** is available on **Hobby Tier** and **Pro Tier**, and limits to five (5) documents on **Free Tier**.


---

# 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.pentest.ws/user-libraries/general-notes-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.
