# Getting Started

- [Authentication](https://developer.goshiip.com/getting-started/authentication.md): Everything you need to know to have your account securely authenticated and ready to use.
- [Request Format & Responses](https://developer.goshiip.com/getting-started/request-formats-responses.md): Review how your request should be formatted and the ideal response structure.
- [Errors & Status Codes](https://developer.goshiip.com/getting-started/errors-and-status-codes.md): Understand how we gracefully handle exceptions and our status code meanings.
- [Rate Limits](https://developer.goshiip.com/getting-started/rate-limits.md): How your requests are calculated and Capped.
- [Wallet Funding](https://developer.goshiip.com/getting-started/wallet-funding.md): How to fund your wallet on your dashboard.
- [Webhook](https://developer.goshiip.com/getting-started/webhook.md): Learn how to listen to events when certain actions occur in your integration with Shiip API.


---

# 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://developer.goshiip.com/getting-started.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.
