User lookups and AI
Fetch user profile details and use an AI response in later graph nodes.
Get User Info
Choose a Member using an ID or variable and give the result an output name, such as profile. Later nodes can use fields such as {store:profile.display_name}, {store:profile.avatar_url}, and {store:profile.banner_url}.
For example, add Get User Info with {user.id}, then an Embed using the display name in its title and the avatar URL in its thumbnail. Some profile fields, such as a banner, can be empty. This lookup provides public profile information; it is not a check of the member's server permissions.
AI Response
The AI Response node generates text when the bot's flow runs. The dashboard's AI builder instead helps you create the graph. Using one does not configure the other.
Choose a provider, enter a prompt, and optionally set system instructions and a response-token limit. A custom provider also needs a compatible base URL and model. Configure the provider credentials required by your bot before testing; provider usage can incur charges.
Include declared inputs in the prompt, for example Suggest a short event idea about {option:topic}. The response is available as {store:ai_reply}. Add Send Message or Embed afterward to present it.
Keep the input relevant to the task and test what happens when the provider is unavailable. For personalized graphics using a saved layout, use Generate Image Card; it does not use a text or image AI provider.