# PinLog Logging Library

## Welcome to PinLog Docs

Welcome to PinLog Docs! Here you'll find all the documentation you need to get up and running with the PinLog.

## Want to jump right in?

Directly jump in to the quick start docs to add your first log.

{% content-ref url="quick-start-guide" %}
[quick-start-guide](https://adityabavadekar.gitbook.io/pinlog-docs/quick-start-guide)
{% endcontent-ref %}

## Want to deep dive?

Dive a little deeper and start exploring our Library reference to get an idea of everything that's possible with the Library:

{% content-ref url="reference/library-reference" %}
[library-reference](https://adityabavadekar.gitbook.io/pinlog-docs/reference/library-reference)
{% endcontent-ref %}


---

# 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://adityabavadekar.gitbook.io/pinlog-docs/pinlog-logging-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.
