> ## Documentation Index
> Fetch the complete documentation index at: https://apidocs.neetoform.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Examples

> Prompts that work once your assistant is connected.

Once connected, you talk to NeetoForm in your own words. The assistant picks the
[tools](/mcp/tools) it needs, so there is no syntax to learn and no id to look up
first.

## Find a form

```
Which NeetoForm forms are collecting responses right now?
```

The assistant lists the active forms with their titles, submission counts and
links you can open.

```
Find my NeetoForm form about onboarding feedback and show me its questions.
```

It searches by title, then reads the matching form's questions and status.

## Read submissions

```
Show me the ten most recent submissions to the Customer feedback form.
```

Each submission comes back with its answers next to the questions they respond
to, so you do not need to know the form's structure.

```
Across the last 50 submissions to Customer feedback, how did people answer the
recommendation question?
```

The assistant pulls the submissions and does the counting itself.

```
Summarise what people disliked in the free-text answers on the Event feedback
form.
```

Reading long free-text answers is where this beats a spreadsheet export.

## Combine with other context

Once NeetoForm is one of several connected sources, the interesting prompts span
them:

```
Take the emails from this week's Event registration submissions and draft a
follow-up message for each one.
```

```
Compare the last two weeks of Customer feedback submissions and tell me what
changed.
```

## Manage the team

```
Who is in my NeetoForm workspace, and what role does each of them have?
```

```
Invite oliver@example.com and sam@example.com to NeetoForm as Standard users.
```

Adding someone is not reversible by simply asking again, so confirm the addresses
and the role before you send it. Role names are case-sensitive and must match a
role in your workspace.

```
Set Oliver Smith's time zone to America/New_York in NeetoForm.
```

```
Deactivate the NeetoForm account for sam@example.com.
```

The person loses access; their forms and submissions stay in the workspace.

## Working with several workspaces

An OAuth connection can cover more than one workspace, so name the one you mean:

```
List the active forms in the acme NeetoForm workspace.
```

If you are not sure what the connection can reach:

```
Which NeetoForm workspaces can you see?
```

## When a prompt does not work

If the assistant says it cannot find a form or a member you know exists, the
likeliest causes are the wrong workspace and the permissions on your own account.
See [Troubleshooting](/mcp/troubleshooting).
