> For the complete documentation index, see [llms.txt](https://docs.adapta.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adapta.org/skip/comece-aqui/guia-de-tutoriais-como-fazer/como-usar-o-selecionar-elementos.md).

# Como usar o "Selecionar Elementos"

{% embed url="<https://drive.google.com/file/d/1LaMcP1jftbuMBsJKfbibHfZK1Vg5WU9d/view?usp=drive_link>" %}

Escrever um prompt inteiro só para um detalhe acaba consumindo créditos à toa. É para isso que existe o **Selecionar Elementos**.

### A vantagem

* **Precisão:** O Skip entende instantaneamente onde a alteração deve ser feita, sem ambiguidade.
* **Economia de créditos:** Em vez de escrever um prompt enorme explicando o contexto, você marca o elemento e faz um pedido curto.

### Opção 1: Selecionar + prompt curto

1. Ative a ferramenta **Selecionar Elementos** na barra do editor.
2. Clique sobre o elemento na tela do preview (por exemplo, um ícone ou botão específico).
3. Escreva um comando curto no chat (ex.: *"mude a cor deste botão para azul"*).
4. Envie.

O Skip aplica a alteração **exatamente no elemento selecionado**.

### Opção 2: Alterações manuais pelo menu

Em alguns casos, depois de selecionar o elemento, a interface oferece **ações rápidas** (alterar texto, cor, tamanho) diretamente em um menu, sem precisar passar pelo chat.

{% hint style="success" %}
Quando disponível, essa opção é **instantânea e não consome créditos de build**.
{% endhint %}

### Quando usar

Esta ferramenta é especialmente útil em **projetos grandes**, onde descrever o elemento em palavras seria trabalhoso ou pouco preciso.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.adapta.org/skip/comece-aqui/guia-de-tutoriais-como-fazer/como-usar-o-selecionar-elementos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
