> For the complete documentation index, see [llms.txt](https://docs.courtaid.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.courtaid.ai/getting-started/your-first-search.md).

# Your first search

The fastest way to get value from CourtAid is a plain-English search. You don't need Boolean operators or exact citations — describe the legal issue and let semantic search find relevant documents.

## Step 1 — Set your jurisdiction

Before searching, make sure you're on the right country:

1. Check the **flag** in the sidebar or header
2. Open **Filters** and confirm **Jurisdiction** and **Court** match your matter

See [Changing countries](/legal-research-and-search/changing-countries.md) and [Using filters](/legal-research-and-search/using-filters.md).

## Step 2 — Open Search

Click **Search** in the sidebar (marked **Free**). You'll see the search input, mode toggle, and filter panel.

![Search page with Smart mode selected](/files/BKjN9kGpJP7rREHheKG2)

## Step 3 — Write a natural-language query

In **Smart** mode, describe what you're looking for as you would to a colleague:

```
employer liability for psychiatric injury from workplace bullying
whether silence can amount to misrepresentation in contract
recent unfair dismissal cases involving casual employees
```

**Tips:**

* Name the **legal issue**, not just a broad topic — *"constructive dismissal due to role change"* beats *"employment"*
* Include **jurisdiction context** in the query if you haven't set filters — e.g. *"NSW duty of care in schools"*
* Use **Boolean** mode if you know exact words that must appear — see [Semantic search](/legal-research-and-search/semantic-search.md)

## Step 4 — Narrow with filters (optional)

Open the filter panel to restrict results before or after searching:

* **Document Type** — Judgements, Legislation, or both
* **Jurisdiction** — e.g. Victoria, Federal
* **Court** — e.g. Supreme Court of Victoria
* **Categories** — legal topic areas

![Filters panel](/files/qoHT8Sm6i2qZjAeuzoav)

## Step 5 — Review results

Each result shows a title, date, jurisdiction, summary blurb, and action buttons:

| Action            | Use it to…                                                         |
| ----------------- | ------------------------------------------------------------------ |
| **Title** (click) | Open [Chat PDF](/chat-and-documents/chat-pdf.md) for this document |
| **Summary**       | Read the full AI-generated case summary                            |
| **Chat PDF**      | Ask questions about this specific document                         |
| **Save**          | Add the case to a [project](/matter-workspaces/projects.md)        |
| **Original**      | Open the published source on the court or legislation website      |

![Search result card](/files/p3IuYs2gX5dvS3v1guQY)

## Step 6 — Explore further

Once you have a few promising results:

* Switch to **Map** view to see how cases cite each other — see [Citation map](/legal-research-and-search/citation-map.md)
* Click **Cites** or **Cited by** tags on a result to explore precedent relationships
* **Save** key authorities to a project as you go
* Switch to **Chat** mode if you want a synthesised answer instead of a list

## Search vs Chat — which first?

| Start with **Search** if…                 | Start with **Chat** if…                         |
| ----------------------------------------- | ----------------------------------------------- |
| You want to browse and compare many cases | You want a direct answer to a specific question |
| You're building a reading list            | You need synthesis across multiple sources      |
| You don't want to use a query             | You're happy to use one of your AI queries      |

Search is free and unlimited. Chat uses your query allowance — see [Plans, trials & query limits](/account-and-billing/plans-and-queries.md).

## Related

* [Semantic search (Smart & Boolean)](/legal-research-and-search/semantic-search.md)
* [Document summaries](/legal-research-and-search/document-summaries.md)
* [Common use cases](/getting-started/common-use-cases.md)


---

# 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.courtaid.ai/getting-started/your-first-search.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.
