# Get CSS Class Names

## Overview

![The Get CSS Class Names Node.](/files/30plraLIi5NWu8M5WKIy)

**Get CSS Class Names Node** returns all the *CSS class names* of the given **Object**. These are in a **String** with a single-space as a separator.

[**Scope**](/incari-studio/2023.1/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type         | Description                                                             |
| ----------------- | ------------ | ----------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.   |
| `Object ID`       | **ObjectID** | The **Object** for which the user wishes to have all *CSS class names*. |

## Outputs

| Output             | Type       | Description                                                                                                                            |
| ------------------ | ---------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**  | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Class Names`      | **String** | The resulting **String** that contains all *CSS class names* of the **Object**.                                                        |

## External Links

* Read for more information on [*CSS Selectors*](https://en.wikipedia.org/wiki/CSS#Selector).


---

# 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.incari.com/incari-studio/2023.1/toolbox/incari/object2d/getcssclassnames.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.
