# Getting Started

## :scissors: What's Cut-It?

Cut-It is the best evidence procurement tool for speech and debate. It combines a myriad of tools to allow you to save time on busy work and focus on your research. For more information, visit our [website](http://cutit.cards).

## :desktop: How do I get it?

There are two options:

1. Go to our [website ](http://cutit.cards)and download the appropriate version for your device **(easiest & fastest - recommended)**
2. Go to our [GitHub Releases](https://github.com/http-samc/cut-it/releases/) page and download a custom version

   * This is not recommended for regular users, as you may be installing an incomplete/unsupported version
   * We notate our public releases with the `@Release` tag and our beta releases with the `@Beta` tag
   * If you're using a Windows Device, look for a file in the Release Assets called `dist-win`
   * If you're using a Mac, look for a file in the Release Assets called `dist-mac`

## :wave: Ready to go?

{% content-ref url="cutting-your-first-card" %}
[cutting-your-first-card](https://docs.cutit.cards/cutting-your-first-card)
{% 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://docs.cutit.cards/master.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.
