# Closing a Ticket

So, you've resolved your problem? Good! Now, you can close your ticket:

```
-close
```

Remember what I said about logging on the last page? When you close the ticket, it will message you a transcript of the ticket  and to the server's ticket log. In the case that you ever need to refer to the conversation, you can download the transcript.

If you want a transcript of the ticket and you're on the Support Team, you can use the `ticket` command with the `--log` flag. More info on that [here](/other/ticket-information.md).&#x20;


---

# 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://sapoto.sycer.dev/usage/closing-a-ticket.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.
