# answer > Return a final answer to the user's query - Author: Randy Gelhausen - Repository: randerzander/skill-agent - Version: 20260203141400 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/randerzander/skill-agent - Web: https://mule.run/skillshub/@@randerzander/skill-agent~answer:20260203141400 --- --- name: answer description: Return a final answer to the user's query --- # Answer Skill Use this skill to reflect on all gathered information and provide a final answer to the user's query. Cite relevant source URLs you used to formulate the answer. ## Workflow 1. Review subquestions/tasks with `check_subtask_responses(query: str)` 2. Determine whether to synthesize a final answer based on all subtask responses OR 3. Use the global skill_switch tool with skill_name='planning' to create more subquestions or tasks