# Managing products

Once all required users and developers are added to the workspace, you can take a look at the ‘Products’ tab. As you already know, IF Method does not have the concept of a board like the Kanban board. Instead, it uses products. Usually, one team works on a single product, which encapsulates one or several codebases.

<figure><img src="/files/XhTp7M35XZc7d9B6J70t" alt=""><figcaption></figcaption></figure>

The Products tab contains two main elements. The first is the product selector. Unlike Jira, which has a board selector on the main screen, IF Method hides this selector in the settings because most people almost never use it — they typically work on their product and don’t need anything else.

The second element is the table of products. Here, you can rename your product and add or remove users and developers to or from products. Currently, we advise you not to remove developers from a product, as this feature is a work in progress. Add them as much as you can though.

Any user or developer can be added to any number of products. You can also create an unlimited number of products.


---

# 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://handbook.swinlanes.com/getting-started/managing-products.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.
