# Post Install Steps

## Create SFG-GM platform&#x20;

To configure SFG-GM platform go to Providers screen, double click on IBM related provider record

* Click on Add Platform
* Select 'SFG-GM' platform type from the dropdown
* Give the details and click in Save button
  * Platform Type- Select 'SFG-GM' from dropdown
  * Platform Name- Enter name of the platform
  * DC Names- Enter datacenter name (if multiple dc's exists separate those with ,)
    * Example: DC1,DC2
  * Node Names- Enter DC specific node names .Nodes with same DC with be separated with comma (,)and for nodes with different DC's should be separated using semicolon(;)
    * Example: node1,node2;node3,node4&#x20;
      * Here node1,node2 are DC1 nodes and node3,node4 are for DC2
  * SSL- If SFG API is running with ssl mode select the checkbox
  * Base Port- Enter base port for SFG dashboard
  * API Host Name- Enter hostname of sfg api
    * Notes: if it contains multiple nodes separate with comma(,) and for nodes with different DC's should be separated using semicolon(;)
  * API Port- Enter port of sfg api
  * API User- User name of sfg api
  * API Password- Password or API User
  * Community Name- Name of the community of sfg
  * GM Admin User - Admin username for global mailbox
  * GM Admin Password- Password for GM Admin User
  * Event Rule Name- Name of the event rule
  * Event Rule  BP Name- Name of the event rule bp name
  * SFG API Netmap name External- name of sfg netmap for external users
  * SFG API Netmap name Internal- name of sfg netmap for internal users


---

# 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://amfdocs.mftlabs.io/agile-messaging-framework/get-started/install/installation-of-amf/post-install-steps.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.
