# The Library and Reader View

{% embed url="<https://www.loom.com/share/7de978ba2cf84a3cb6f2d6a96fd0fe1a?sid=0e72624b-4e51-482c-bd41-016523989792>" %}

## The Legal Library

One way to understand the Anycase.ai platform and how it works is to think of advanced AI capabilities (semantic search, generative AI) being layered on top of authoritative legal references.

<figure><img src="/files/3IlJHRbqsWWazTQUy91d" alt=""><figcaption></figcaption></figure>

In Anycase.ai's Legal Library, currently, are digital copies of Laws and Jurisprudence. We are working on adding other kinds of legal references and documents to the platform. Stay tuned.

### How often are new Laws and Jurisprudence added to the library?

We currently update the library every 1-2 months, but we aim to support (almost) real-time updates of the Legal Library in 2024.

## Reader View

The Anycase.ai app has a native document reader we aptly call Reader. This allows user to read through the full-text of Laws, Jurisprudence and other legal references on the library.

### Accessing the Reader View

Simply click on the search results to access the Reader View

<figure><img src="/files/AYkb0TaMqyZSyUcSiF68" alt="" width="563"><figcaption></figcaption></figure>

### What's inside the Reader?

Using the Poe vs. Comelec case as an example:<https://app.anycase.ai/decisions_signed_resolutions/2016/3/61848>

<figure><img src="/files/8VJXtvkRs2smPo12dhyT" alt=""><figcaption></figcaption></figure>

1. Information such as the title, reference number, relevant dates
2. An AI Summary of the law or case being viewed for a quick review
3. The full-text of the law or case being viewed


---

# 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://handbook.anycase.ai/lessons/the-library-and-reader-view.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.
