# Agent

O *agent* possibilita que a informação que usuário deseja obter, seja possível e realizável.

Os agentes permitem gerenciar o fluxo de conversas que corresponde às palavras digitadas pelos usuários.

1. Acesse [www.dialogflow.com](http://www.dialogflow.com)
2. Crie uma conta / Faça login com sua conta do Google
3. Clique em `Create Agent` no menu superior esquerdo
4. Dê o nome de `GDG_Cloud`
5. Selecione a `DEFAULT LANGUAGE` português!

![Captura de tela do agent sendo criado.](https://1375354467-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LHhZo-KaIGd8760YcMP%2F-LHhZwL_ntX0D7A6xDX7%2F-LHhamFUoB_Ny4Oh5YkA%2Fimage.png?alt=media\&token=894cab4e-5f04-471c-90e5-9eceb019bd63)


---

# 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://amandacavallaro.gitbook.io/conversacomigo/agent.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.
