> For the complete documentation index, see [llms.txt](https://docs.legalnowai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.legalnowai.com/our-mission.md).

# Our Mission

<mark style="color:red;">**We like to believe that everyone is equal before the law, yet reality often falls short.**</mark>

**Many individuals and small businesses find it challenging to hire skilled lawyers for compliance and consultation. Astonishingly, in 90% of civil litigations worldwide, at least one party remains unrepresented, leaving their rights vulnerable. Judicial systems, while efficient, often can't dedicate sufficient attention to "small" cases.**

**At LegalNow, we're convinced that equal access to justice is a cornerstone of human progress.**&#x20;

<mark style="color:red;">**We are committed to offering top-tier legal support at a value-driven price point to all.**</mark>&#x20;

**Our vision is a future where people are no longer exposed to unforeseen risks due to resource constraints, and where everyone has the means to staunchly defend their rights.**

**Our journey has only just begun. We invite you to use our products and wholeheartedly welcome any feedback you may have.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.legalnowai.com/our-mission.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
