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

# Accessing Settings & Details

> Configure and customize your Neurons with various settings to control their behavior, performance, and security.

## Neuron Settings

Neuron settings can be accessed from the Neuron editor, by clicking the Settings button in the top right section of the editor.

<Frame>
  <img src="https://mintcdn.com/prompteus/uTex2l3oayvFPLwX/images/neuron-settings-button.png?fit=max&auto=format&n=uTex2l3oayvFPLwX&q=85&s=e8d0ebf6c0928f328d5bdab02f7ec5c1" width="1568" height="997" data-path="images/neuron-settings-button.png" />
</Frame>

The settings page is split into three sections:

| Setting                                                | Description                                             |
| ------------------------------------------------------ | ------------------------------------------------------- |
| **[Details](#neuron-details)**                         | General settings for your Neuron, including its API URL |
| **[Access Control](/neurons/settings/access-control)** | Control who can access your Neuron.                     |
| **[Rate Limiting](/neurons/settings/rate-limiting)**   | Control the rate of requests to your Neuron.            |
| **[Caching](/neurons/settings/caching)**               | Control the caching behavior of your Neuron.            |

## Neuron Details

<Frame caption="The Neuron Settings Details page">
  <img src="https://mintcdn.com/prompteus/uTex2l3oayvFPLwX/images/neuron-settings-details.png?fit=max&auto=format&n=uTex2l3oayvFPLwX&q=85&s=f2d4f14c95a157a44708a59318c46693" width="2620" height="946" data-path="images/neuron-settings-details.png" />
</Frame>

In the Details section, you can edit the Neuron's name, slug, and copy its API URL.

### Name

The name of the Neuron is used to identify it in the Neuron editor and in the Prompteus Dashboard. It is only visible to you.

### Slug

The slug of the Neuron is used to generate the Neuron's API URL. The slug must be unique within your organization, and is used to identify the Neuron in the API URL.

<Warning>
  **Important**: Changing a Neuron's slug will update its API URL. Any existing applications or integrations using the old URL will stop working. Make sure to update all API calls to use the new URL after changing the slug.
</Warning>

### API URL

The API URL of the Neuron is used to call the Neuron from your application. It is generated from your organization's slug and the Neuron's slug. You can manage your organization's slug in the [Team Settings](/features/settings/team#managing-organization-details).
