# Questions from Re:agent

> When Re:agent needs something from you, it asks in the chat and waits on the same page.

Source: https://rehearsal.dev/docs/reagent/questions

Re:agent asks when your answer changes what it does next or what the test should check. It may ask which account to use, which address to test, or what a page should show.

A question ends Re:agent's reply. The browsers stay open on the same page, and your answer continues the flow from there.

## Answer a question

The question appears above the chat box. Under it, Re:agent can say what it saw that made it ask.

- **Pick an answer.** Click one of the answers offered, or press its number on your keyboard.
- **Write your own.** Type in the last row, **Or answer in your own words**.
- **Send it.** Press **Send** or `Enter`. Your answer appears in the chat as your message, and Re:agent carries on.
- **Skip.** Press **Skip** and Re:agent carries on without your answer.

Press `Escape` or the close button to fold the question into one line, and click the line to open it again. The chat box stays free for other messages.

## When it asks for an account

When Re:agent asks which account to use, the question lists the project's test accounts. Pick one, or press **Add account** to add one there.

Re:agent never asks for a password or a code. A password reaches the browser only through a test account. See [Test accounts and secrets](https://rehearsal.dev/docs/reagent/test-accounts.md).

## Remember an answer

Some answers state a rule that holds next time too. Those questions show a switch, **Remember this for** and the project's name. Leave it on, and Rehearsal keeps your answer with the project.

Re:agent sees kept answers when it reads your projects. When it opens a browser on that project, the row notes them, such as **using 2 earlier answers**.

To see or remove kept answers, choose **Memory** under **Re:agent uses**.

## If you answer later

- A chat has one question waiting at a time.
- A browser that waits a long time closes. If it has closed when you answer, Re:agent has to open a new browser and start the flow again.
- If nobody comes back to the chat, Rehearsal ends the browser session and the question closes.

## Next steps

- Read [From flow to test](https://rehearsal.dev/docs/tests/from-flow-to-test.md) to see what happens after Re:agent saves a flow.
- Go back to [Create a test in chat](https://rehearsal.dev/docs/reagent/create-a-test.md).
