# Access to Objects

This section provides functions to manage and interact with chart objects. These functions allow you to create, remove, and modify objects on a chart.

***

## Available Functions

* [`CreateChartObject`](/fto-indicators-docs/access_to_objects/create-chart-object.md): Creates a new chart object.
* [`RemoveAllObjects`](/fto-indicators-docs/access_to_objects/remove-all-objects.md): Removes all objects from a chart.
* [`RemoveAllObjectsByPrefix`](/fto-indicators-docs/access_to_objects/remove-all-objects-by-prefix.md): Removes all objects whose names start with a prefix.
* [`DoesChartObjectExist`](/fto-indicators-docs/access_to_objects/does-chart-object-exist.md): Checks if a chart object exists.
* [`GetObjectText`](/fto-indicators-docs/access_to_objects/get-object-text.md): Retrieves the text of a chart object.
* [`GetObjectType`](/fto-indicators-docs/access_to_objects/get-object-type.md): Retrieves the type of a chart object.
* [`GetObjectName`](/fto-indicators-docs/access_to_objects/get-object-name.md): Retrieves the name of a chart object.
* [`GetObjectCount`](/fto-indicators-docs/access_to_objects/get-object-count.md): Retrieves the count of objects on a chart.
* [`GetCurrentWindowIndex`](/fto-indicators-docs/access_to_objects/get-current-window-index.md): Returns the index of the current chart window.
* [`RemoveChartObject`](/fto-indicators-docs/access_to_objects/remove-chart-object.md): Removes a specific chart object.
* [`SetObjectText`](/fto-indicators-docs/access_to_objects/set-object-text.md): Sets the text of a chart object.
* [`GetObjectProperty`](/fto-indicators-docs/access_to_objects/get-object-property.md): Retrieves a property of a chart object.
* [`SetObjectProperty`](/fto-indicators-docs/access_to_objects/set-object-property.md): Sets a property of a chart object.

***

Click on any function name to view its detailed documentation.


---

# 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://fto-2.gitbook.io/fto-indicators-docs/access_to_objects.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.
