# .serverinfo command

### ✎ autoresponder command

`/autoresponder add trigger:.serverinfo reply:{embed}` \
`server name: {server_name}`\
`server id: {server_id}`\
`member count: {server_membercount}`\
`human count: {server_membercount_nobots}`\
`bot count: {server_botcount}`\
`role count: {server_rolecount}`\
`channel count: {server_channelcount}`\
`a random member: {server_randommember}`\
`server owner: {server_owner}`\
`server owner id: {server_owner_id}`\
`created on: {server_createdate}`\
\
`server boost level: {server_boostlevel}`\
`server boost count: {server_boostcount} / {server_nextboostlevel_required} to reach {server_nextboostlevel} ! that's only {server_nextboostlevel_until_required} boosts away.`

*you can also use a premade embed to show the icon and format it cutely. if you'd like more details on embeds, view our documentation linked below.*

{% content-ref url="/pages/ElnTSfPz2oY8QjQMqP53" %}
[embeds](/embeds/your-first-embed.md)
{% endcontent-ref %}


---

# 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.mimu.bot/autoresponder/resources/autoresponder-examples/utility-fun-commands/.serverinfo-command.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.
