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

# User

<a id="oxen.user" />

# oxen.user

<a id="oxen.user.config_user" />

## config\_user

```python theme={null}
def config_user(name: str, email: str, path: Optional[str] = None)
```

Configures user for a host.

**Arguments**:

* `name` - `str`
  The name to use for user.
* `email` - `str`
  The email to use for user.
* `path` - `Optional[str]`
  The path to save the user config to.
  Defaults to \$HOME/.config/oxen/user\_config.toml

<a id="oxen.user.current_user" />

## current\_user

```python theme={null}
def current_user(path: Optional[str] = None)
```

Gets the current user.

**Arguments**:

* `path` - `Optional[str]`
  The path to load the user config from.
  Defaults to \$HOME/.config/oxen/user\_config.toml
