# Custom service and auth FAQs

Common questions Tray customers ask about creating custom services and authentications for apps which are not in the Tray connector library

## What's the difference between a Service and an Authentication?

### Explanation

There are nuanced differences between a custom **Service** and an **Authentication** created using that service. At a high level:

* The auth **service** is really a custom template that you define **in order to create individual authentications**.
* An **authentication can then be instantiated using your pre-defined template** (the service).
* This arrangement allows you to create **multiple authentications** which fit an API authorization schema.
* However, \*\*each authentication API Key and Secret Key are unique to the individual authentication \*\*that you define rather than the auth service. Remember, the service is just the template.

##

## Why can't I can't find the custom services tab?

### Explanation

The services tab is not accessible from the organizations workspace. It is only available from your **personal workspace**.
Once you create a custom service in your personal workspace, you will be able to use it to create a new authentication in your organizations workspace.
![personal-services-tab](https://tray.ai/documentation/images/help/frequently-asked-questions/custom-service-and-auth-faqs/6vquxjrWX8ArcuVHLRHowm_personal-services-tab.png)

##

Why can't I see the service I just created in my authentications?

### Explanation

It can take up to **5 minutes** for the new service to populate in the service drop-down when creating an authentication. If the new service still isn't showing up after 5 minutes, try a **hard refresh** of the workflow page.
See: [How to hard refresh your browser](https://fabricdigital.co.nz/blog/how-to-hard-refresh-your-browser-and-clear-cache#:~:text=Hold%20down%20Command%2C%20Shift%20and%20the%20'R'%20key.,and%20press%20the%20reload%20button.)

## Where can I find Connector Builder?

### Explanation

To access Connector Builder, head to your [Tray.io account](https://app.tray.io/).
You can access Connector Builder under the **Connectors** tab of your **Personal** workspace.
![connector-builder-location](https://tray.ai/documentation/images/help/frequently-asked-questions/custom-service-and-auth-faqs/3Sg3SkwMhhPP0ZbjPZ5ySW_connector-builder-location.png)
You will not have a personal workspace if you are an embedded org owner. In that case, you can access Connector Builder in your embedded workspace.
![connector-builder-embedded-workspace](https://tray.ai/documentation/images/help/frequently-asked-questions/custom-service-and-auth-faqs/4XykoFHazNNUckrMnA456R_connector-builder-embedded-workspace.png)

## Is there an additional fee to access Connector Builder?

### Explanation

Connector Builder is part of our core product with no additional fees required.

## \*\*When to use the HTTP connector vs Connector Builder? \*\*

### Explanation

We recommend using the [HTTP client connector](https://tray.ai/documentation/connectors/core/http-client) when you are seeking to use a single endpoint which is not currently available within the service connector's operations list.
We recommend using [Connector Builder](https://tray.ai/documentation/platform/connectivity/connector-builder) if there is no Tray connector available for the service and you need to create a new connector with all the required operations and share it with other users within your organisation.
