# Specify SDK usage 101

This page is the starting point of multiple guides that will help you to learn how to use our SDK. If you still don't know what our SDK is, you can have a look right [here](/distribute/available-destinations/specify-sdk.md).

If you're not sure if you should use the [Specify CLI](/distribute/available-destinations/cli.md) or the [Specify SDK](/distribute/available-destinations/specify-sdk.md), you can have a look to this [comparison](/resources/specify-cli-vs-specify-sdk.md).

Otherwise, if you're here to learn how to use the SDK, you're at the right place!


---

# 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.specifyapp.com/guides/specify-sdk-usage-101.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.
