# useSignerStatus | @account-kit/react

> Overview of the useSignerStatus hook from @account-kit/react

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

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
function useSignerStatus(override?): SignerStatus;
```

Defined in: [account-kit/react/src/hooks/useSignerStatus.ts:24](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/hooks/useSignerStatus.ts#L24)

[Hook](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/hooks/useSignerStatus.ts) to get the signer status, optionally using an override configuration, useful if you’re building your own login.

## Example

```ts twoslash
import { useSignerStatus } from "@account-kit/react";

const signerStatus = useSignerStatus();
```

## Parameters

<table>
  <thead>
    <tr>
      <th align="left">Parameter</th>
      <th align="left">Type</th>
      <th align="left">Description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `override?`
      </td>

      <td>
        [`AlchemyAccountContextProps`](../type-aliases/AlchemyAccountContextProps)
      </td>

      <td>
        optional configuration to override the default context. [ref](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/AlchemyAccountContext.ts#L7)
      </td>
    </tr>

  </tbody>
</table>

## Returns

`SignerStatus`

the current state of the signer. [ref](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/core/src/store/types.ts#L53)