# Business Type & Structure Explained

**Limited Liability Company (LLC)** is one of the most common business types, its owner(s), called Member(s), are not personally liable for the business's debts. The [IRS](https://www.irs.gov/businesses/small-businesses-self-employed/limited-liability-company-llc) issues an Employer Identification Number for this business type.&#x20;

{% hint style="info" %}
Example Business Name: **Business, LLC**.
{% endhint %}

**Private Corporations (INC)** are a separate legal entity, so owners (known as shareholders, directors, or officers) aren't personally liable for business debts. The IRS issues this entity an Employer Identification Number.

{% hint style="info" %}
Example: **Business, INC.**
{% endhint %}

**Sole Proprietorship** is the simplest business type to set up and owned by one person, and that individual is personally liable for the business debts and obligations.

{% hint style="info" %}
LLCs and Corporations can have **ONE OWNER**, but that does not make the entity type a sole proprietor for purposes of this application.
{% endhint %}

**Partnerships** are owned by two or more people whom may share liability personally (like a sole proprietorship), or partners may have limited liability. This includes general partnerships, limited partnerships (LP), and limited liability partnerships (LLP).

**Public-traded corporations** may sell shares of their business on the Stock Exchange but are subject to regulations and public reporting.

**Government** entities are local, state, and federal agencies such as schools or municipalities.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.jupico.com/onboarding/business-type-and-structure-explained.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
