Your First Chat Query

Ask your codebase a question and understand the cited response.

Once at least one repository is indexed, open the Chat page from the sidebar. Type a natural-language question, for example, 'How does the authentication flow work?' and press Enter.

Reading the Response

Figorit returns a detailed answer with inline citations. Each citation links to a specific file and line range in your repository. Click any citation to see the source code.

Tips for Better Answers

Be specific about what you want to know. Plain language works great. Try 'how do users log in?' or 'what happens when a payment fails?'. If you happen to know a file or function name you can mention it, but you don't need to. The system understands natural language and will find the right code either way.