> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endstate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# endstate.availableTapSources

> Every source this client can see, and whether it can capture right now.

```ts theme={null}
availableTapSources(): Promise<TapSourceDescriptor[]>
```

## Example

```ts theme={null}
const sources = await endstate.availableTapSources();
```
