# Find answers with Falconer

> For the complete documentation index, see [llms.txt](/llms.txt).

Use Falconer to instantly find answers across your codebase, docs, and tasks.

## Where to ask questions

### From the homepage

Go to the [Falconer homepage](https://falconer.com/home) and use the search bar to ask questions about your knowledge base.

Falconer searches connected sources such as GitHub repositories, Linear tasks, Notion pages, and Google Drive to deliver the best answer.
Slack is searched on demand only when you name a public channel that Falcon has joined.

### From the editor

While working in a document, open the right sidebar and chat with the Falcon agent.

![](/docs/images/find-answers-sidebar.png)

Every answer cites sources from your organization, so your team knows the information is current.

### From Slack

[Ask Falcon questions directly in Slack](/docs/ask/ask-questions-in-slack).

## What to ask

Falcon searches the sources relevant to your question and gives a single answer.
Here are some examples:

Parts of your codebase:

```
How does authentication work end-to-end?
```

The status of tasks and projects:

```
What's the current status of the billing refactor?
```

Decisions and context:

```
Why did we switch from Redis to Postgres for session storage?
```

Processes and policies:

```
What's the deployment process for staging?
```

## Next steps

After receiving an answer, you can use Falconer to [write a document](/docs/write/write-a-doc).