# Using ARC

- [Sending requests](https://docs.advancedrestclient.com/using-arc/sending-requests.md): This guide describes how to make an HTTP request to the API endpoint
- [Body editor](https://docs.advancedrestclient.com/using-arc/sending-requests/body-editor.md): This page describes how the body editor works in Advanced REST Client.
- [Authorizing a request](https://docs.advancedrestclient.com/using-arc/sending-requests/authorizing-a-request.md): A walk-through the authorization options in Advanced REST Client.
- [Request editor options](https://docs.advancedrestclient.com/using-arc/sending-requests/request-editor-options.md): Description of the options in the HTTP request editor
- [Environments and variables](https://docs.advancedrestclient.com/using-arc/environments-and-variables.md): This guide shows how to use environments and variables in Advanced REST Client.
- [Host rules](https://docs.advancedrestclient.com/using-arc/host-rules.md): This page describes how to use host rules in Advanced REST Client
- [Request actions](https://docs.advancedrestclient.com/using-arc/request-actions.md): This documentation explain what is and how to use request actions in Advanced REST Client.
- [Cookies and session management](https://docs.advancedrestclient.com/using-arc/cookies-and-session-management.md): Cookies are an important part of the session mechanism in the web and when working with APIs. This section describes how to use cookie manager to authenticate the request using cookies.
- [Workspaces](https://docs.advancedrestclient.com/using-arc/workspaces.md): This pages describes how to use workspaces in Advanced REST Client
- [HTTP Requests History](https://docs.advancedrestclient.com/using-arc/history.md): This page describes how to work with HTTP requests history in Advanced REST Client
- [Saved requests](https://docs.advancedrestclient.com/using-arc/saved.md): This page describes how to work with Saved requests in Advanced REST Client
- [ARC (legacy) projects](https://docs.advancedrestclient.com/using-arc/legacy-projects.md): This page describes how to work with ARC projects.
- [Searching for requests](https://docs.advancedrestclient.com/using-arc/search.md): This page describes how to search for requests in Advanced REST Client.
- [Automated API documentation](https://docs.advancedrestclient.com/using-arc/api-console.md): This document describes how to read API specification (RAML and OAS) to render automated documentation of the API.
- [HTTP Proxy](https://docs.advancedrestclient.com/using-arc/http-proxy.md): ARC now support HTTP(S) proxy settings.
- [Frequently asked questions](https://docs.advancedrestclient.com/using-arc/frequently-asked-questions.md): The most common questions and answers
- [Application auto update](https://docs.advancedrestclient.com/using-arc/application-auto-update.md): This page describes application updating options.


---

# 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.advancedrestclient.com/using-arc.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.
